basecli works for sendtx and cli tests

This commit is contained in:
Ethan Frey
2017-07-03 22:30:12 +02:00
parent af132fbab8
commit 413ea2e23f
6 changed files with 56 additions and 52 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ func (a Accountant) MakeKey(addr basecoin.Actor) []byte {
type Account struct {
Coins types.Coins `json:"coins"`
Sequence int `json:"seq"`
Sequence int `json:"sequence"`
}
func loadAccount(store types.KVStore, key []byte) (acct Account, err error) {