Update gas price

This commit is contained in:
Ethan Frey
2021-07-28 23:05:05 +02:00
parent b25956d0a1
commit 12b6eb4fa8

View File

@@ -517,7 +517,7 @@ func TestExecute(t *testing.T) {
// make sure gas is properly deducted from ctx
gasAfter := ctx.GasMeter().GasConsumed()
if types.EnableGasVerification {
require.Equal(t, uint64(0x12aef), gasAfter-gasBefore)
require.Equal(t, uint64(0x12af1), gasAfter-gasBefore)
}
// ensure bob now exists and got both payments released
bobAcct = accKeeper.GetAccount(ctx, bob)