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 9a621f6 commit bf944d7Copy full SHA for bf944d7
crates/op-rbuilder/src/builders/builder_tx.rs
@@ -280,7 +280,7 @@ pub(crate) fn get_nonce(
280
.map_err(|_| BuilderTransactionError::AccountLoadFailed(address))
281
}
282
283
-pub fn get_balance(
+pub(crate) fn get_balance(
284
db: &mut State<impl Database>,
285
address: Address,
286
) -> Result<U256, BuilderTransactionError> {
0 commit comments