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 df0d54a commit 5979211Copy full SHA for 5979211
crates/batcher/src/types/batch_queue.rs
@@ -191,7 +191,7 @@ pub(crate) fn try_build_batch(
191
Ok(finalized_batch.clone().into_sorted_vec())
192
}
193
194
-pub(crate) use try_build_batch as __exposed_try_build_batch_for_tests;
+pub(crate) use self::try_build_batch as __exposed_try_build_batch_for_tests;
195
196
fn calculate_fee_per_proof(batch_len: usize, gas_price: U256, constant_gas_cost: u128) -> U256 {
197
let gas_per_proof = (constant_gas_cost
0 commit comments