Revert "cli: band-aid failing TestNEP11_OwnerOf_BalanceOf_Transfer"

This reverts commit f01d94ae53.

Extra GAS is not needed here after HASHY fix.
This commit is contained in:
Anna Shaleva 2021-06-11 13:51:58 +03:00
parent 39e096da64
commit 6ca9c87b9c

View file

@ -125,7 +125,6 @@ func TestNEP11_OwnerOf_BalanceOf_Transfer(t *testing.T) {
e.Run(t, "neo-go", "wallet", "nep17", "transfer",
"--rpc-endpoint", "http://"+e.RPC.Addr,
"--wallet", wall,
"--gas", "0.001", // test fails sometimes running out of GAS
"--to", h.StringLE(),
"--token", "GAS",
"--amount", "10",