Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
acerone85 committed Feb 3, 2025
1 parent a143614 commit 4177a75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,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 4177a75

Please sign in to comment.