Commit 95a394d8 authored by 袁兴强's avatar 袁兴强 Committed by vipwzw

fix wasm ut bug

parent dbec84d5
...@@ -339,11 +339,11 @@ func initAccount(db db.KV) *account.DB { ...@@ -339,11 +339,11 @@ func initAccount(db db.KV) *account.DB {
panic(err) panic(err)
} }
acc.SaveAccount(&types.Account{ acc.SaveAccount(&types.Account{
Balance: 1e15, Balance: 1e10,
Addr: Addrs[0], Addr: Addrs[0],
}) })
acc.SaveAccount(&types.Account{ acc.SaveAccount(&types.Account{
Balance: 1e15, Balance: 1e10,
Addr: Addrs[1], Addr: Addrs[1],
}) })
return acc return acc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment