Skip to content

Commit 59dc1e3

Browse files
committed
remove redundant comment
1 parent af1c7c4 commit 59dc1e3

File tree

1 file changed

+0
-3
lines changed
  • crates/sdk/src/verification_layer

1 file changed

+0
-3
lines changed

crates/sdk/src/verification_layer/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -662,9 +662,6 @@ pub async fn get_nonce_from_ethereum(
662662
/// # Returns
663663
/// * `Ok(U256)` - The `max_fee` of the proof with the highest nonce for the given user.
664664
/// * `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.
668665
pub async fn get_last_max_fee(
669666
network: Network,
670667
address: Address,

0 commit comments

Comments
 (0)