Skip to content

Commit

Permalink
remove salt from create1
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-bousfield committed Sep 14, 2023
1 parent 4d5dcf2 commit 0028313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrator/stylus/src/host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ where
env.write_u32(revert_data_len, ret_len)?;
env.write_bytes20(contract, result)?;

let salt = salt.unwrap_or_default();
let salt = salt.into_iter().flat_map(|x| x);
trace!(
name,
env,
Expand Down

0 comments on commit 0028313

Please sign in to comment.