testing staking

...

...
This commit is contained in:
rigelrozanski
2018-03-28 19:01:50 +02:00
parent b8cdf05921
commit c1d8aefecd
6 changed files with 91 additions and 109 deletions
-1
View File
@@ -165,7 +165,6 @@ func (am accountMapper) decodeAccount(bz []byte) sdk.Account {
accI := oldwire.ReadBinary(struct{ sdk.Account }{}, r, len(bz), n, err)
if *err != nil {
panic(*err)
}
acc := accI.(struct{ sdk.Account }).Account