We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1c7c4 commit 59dc1e3Copy full SHA for 59dc1e3
1 file changed
crates/sdk/src/verification_layer/mod.rs
@@ -662,9 +662,6 @@ pub async fn get_nonce_from_ethereum(
662
/// # Returns
663
/// * `Ok(U256)` - The `max_fee` of the proof with the highest nonce for the given user.
664
/// * `Ok(U256::MAX)` - If the user has no proofs in the queue.
665
-///
666
-/// # Notes
667
-/// * Returns `U256::MAX` (2^256 - 1) when no proofs are present in the queue.
668
pub async fn get_last_max_fee(
669
network: Network,
670
address: Address,
0 commit comments