We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a143614 commit 4177a75Copy full SHA for 4177a75
crates/fraud_proofs/global_merkle_root/storage/src/update.rs
@@ -616,7 +616,7 @@ mod tests {
616
assert_eq!(stored_contract, Contract::from(contract_bytecode));
617
}
618
619
- // TODO: https://github.com/FuelLabs/fuel-core/issues/2654
+ // TODO: https://github.com/FuelLabs/fuel-core/issues/2654
620
// This code is copied from the executor. We should refactor it to be shared.
621
fn create_contract(bytecode: &[u8], rng: &mut impl rand::RngCore) -> Create {
622
let salt: Salt = rng.gen();
0 commit comments