Skip to content

Commit 5979211

Browse files
committed
Experiment
1 parent df0d54a commit 5979211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/batcher/src/types/batch_queue.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ pub(crate) fn try_build_batch(
191191
Ok(finalized_batch.clone().into_sorted_vec())
192192
}
193193

194-
pub(crate) use try_build_batch as __exposed_try_build_batch_for_tests;
194+
pub(crate) use self::try_build_batch as __exposed_try_build_batch_for_tests;
195195

196196
fn calculate_fee_per_proof(batch_len: usize, gas_price: U256, constant_gas_cost: u128) -> U256 {
197197
let gas_per_proof = (constant_gas_cost

0 commit comments

Comments
 (0)