Fix gas in failing test

This commit is contained in:
Ethan Frey
2020-07-27 16:14:44 +02:00
parent 3bc23cc121
commit fefedca0ee

View File

@@ -32,7 +32,7 @@ func TestWasmStoreCode(t *testing.T) {
acc = getAccount(t, port, addr)
accnum = acc.GetAccountNumber()
sequence = acc.GetSequence()
gas = "1000000"
gas = "1200000"
simulate = false
gasAdjustment = 1.0
)