Skip to content

Commit

Permalink
Fixes gas in proposal e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Sep 4, 2024
1 parent 5aa027a commit 43d921f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/src/e2e/ledger_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,7 @@ fn proposal_change_shielded_reward() -> Result<()> {
"--data-path",
valid_proposal_json_path.to_str().unwrap(),
"--gas-limit",
"4000000",
"10000000",
"--node",
&validator_one_rpc,
]);
Expand Down

0 comments on commit 43d921f

Please sign in to comment.