Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
acerone85 committed Jan 31, 2025
1 parent 93a0cb8 commit ebe1f20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ mod tests {
assert_eq!(stored_contract, Contract::from(contract_bytecode));
}

// TODO: https://github.com/FuelLabs/fuel-core/issues/2654
// TODO: https://github.com/FuelLabs/fuel-core/issues/2654
// This code is copied from the executor. We should refactor it to be shared.
fn create_contract(bytecode: &[u8], rng: &mut impl rand::RngCore) -> Create {
let salt: Salt = rng.gen();
Expand Down

0 comments on commit ebe1f20

Please sign in to comment.