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
@@ -69,7 +69,7 @@ func (ep *ExamplePlugin) RunTx(store types.KVStore, ctx types.CallContext, txByt
return abci.OK
}
func (ep *ExamplePlugin) InitChain(store types.KVStore, vals []*abci.Validator) {
func (cp *ExamplePlugin) InitChain(store types.KVStore, vals []*abci.Validator) {
}
func (ep *ExamplePlugin) BeginBlock(store types.KVStore, hash []byte, header *abci.Header) {