CLI fee and amount now use string inputs specifying the coin type

readme update

intermin
This commit is contained in:
rigelrozanski
2017-02-13 17:01:28 -05:00
parent 50e787af0a
commit e3302bb1bb
6 changed files with 87 additions and 37 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ func TestCounterPlugin(t *testing.T) {
tx := &types.AppTx{
Gas: gas,
Fee: fee,
Name: "counter",
Name: counterPlugin.Name(),
Input: types.NewTxInput(test1Acc.PubKey, inputCoins, inputSequence),
Data: wire.BinaryBytes(CounterTx{Valid: true, Fee: appFee}),
}