From 61bf2353cbc89af354347ea4f0c91bd0a7ac5cf7 Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Thu, 7 Oct 2021 12:34:12 +0200 Subject: [PATCH] Last gas fix --- x/wasm/keeper/relay_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/wasm/keeper/relay_test.go b/x/wasm/keeper/relay_test.go index b91a107d..c5570553 100644 --- a/x/wasm/keeper/relay_test.go +++ b/x/wasm/keeper/relay_test.go @@ -399,7 +399,7 @@ func TestOnRecvPacket(t *testing.T) { }, "submessage reply can overwrite ack data": { contractAddr: example.Contract, - expContractGas: myContractGas + 10 + 3707, + expContractGas: myContractGas + 10 + 2707, contractResp: &wasmvmtypes.IBCReceiveResponse{ Acknowledgement: []byte("myAck"), Messages: []wasmvmtypes.SubMsg{{ReplyOn: wasmvmtypes.ReplyAlways, Msg: wasmvmtypes.CosmosMsg{Bank: &wasmvmtypes.BankMsg{}}}},