mirror of https://github.com/certusone/wasmd.git
Update gas price - saving source adds storage gas
This commit is contained in:
parent
e895b262f9
commit
2007e70977
|
@ -103,7 +103,7 @@ func TestInstantiate(t *testing.T) {
|
|||
require.Equal(t, "cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5", addr.String())
|
||||
|
||||
gasAfter := ctx.GasMeter().GasConsumed()
|
||||
require.Equal(t, uint64(36698), gasAfter-gasBefore)
|
||||
require.Equal(t, uint64(36923), gasAfter-gasBefore)
|
||||
}
|
||||
|
||||
func TestInstantiateWithNonExistingCodeID(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue