Skip to content

Commit

Permalink
adjust to 136 cheaper gas
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Apr 18, 2023
1 parent 738012f commit 757bf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/test_pruned_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_pruned_node(cronos):
)
signed = sign_transaction(w3, tx, KEYS["validator"])
txhash = w3.eth.send_raw_transaction(signed.rawTransaction)
exp_gas_used = 51520
exp_gas_used = 51384

print("wait for prunning happens")
wait_for_new_blocks(cronos.cosmos_cli(0), 10)
Expand Down

0 comments on commit 757bf2b

Please sign in to comment.