Skip to content

Commit

Permalink
fix: u32::max/2
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Feb 27, 2024
1 parent 0c2cca5 commit fa12ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/tests/it/integration/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub fn deploy_contract(sandbox: &TestEnv, wasm: &Wasm) -> String {
.arg("--fee")
.arg("1000000")
.arg("--instructions")
.arg(&u32::MAX.to_string())
.arg(&(u32::MAX/2).to_string())
.arg("--wasm")
.arg(wasm.path())
.arg("--salt")
Expand Down

0 comments on commit fa12ec8

Please sign in to comment.