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 b8aafd6 commit ae65f3aCopy full SHA for ae65f3a
src/l1block.rs
@@ -360,7 +360,6 @@ mod tests {
360
};
361
362
for tt in tests {
363
- println!("Running test: {}", tt.name);
364
let spec = ScrollSpecId::GALILEO;
365
let expected = U256::from_str(tt.expected).unwrap();
366
let actual = gpo.calculate_tx_l1_cost_galileo(1e10 as u32, spec, tt.csize);
0 commit comments