Skip to content

Commit bf944d7

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

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
@@ -280,7 +280,7 @@ pub(crate) fn get_nonce(
280280
.map_err(|_| BuilderTransactionError::AccountLoadFailed(address))
281281
}
282282

283-
pub fn get_balance(
283+
pub(crate) fn get_balance(
284284
db: &mut State<impl Database>,
285285
address: Address,
286286
) -> Result<U256, BuilderTransactionError> {

0 commit comments

Comments
 (0)