mirror of
https://github.com/fluencelabs/tendermint
synced 2025-08-01 04:31:57 +00:00
API to list accounts
This commit is contained in:
@@ -36,7 +36,7 @@ func TestCopyState(t *testing.T) {
|
||||
}
|
||||
|
||||
// Setting, however, should change the balance.
|
||||
s0.SetAccount(acc)
|
||||
s0.UpdateAccount(acc)
|
||||
if s0.GetAccount(acc0Address).Balance != acc.Balance {
|
||||
t.Error("Account balance wasn't set")
|
||||
}
|
||||
|
Reference in New Issue
Block a user