Skip to content

Commit 9a621f6

Browse files
avalonchenoot
andcommitted
Update crates/op-rbuilder/src/builders/builder_tx.rs
Co-authored-by: noot <[email protected]>
1 parent 563f005 commit 9a621f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/op-rbuilder/src/builders/builder_tx.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ impl BuilderTxBase {
271271
}
272272
}
273273

274-
pub fn get_nonce(
274+
pub(crate) fn get_nonce(
275275
db: &mut State<impl Database>,
276276
address: Address,
277277
) -> Result<u64, BuilderTransactionError> {

0 commit comments

Comments
 (0)