Skip to content

Commit 756f1ca

Browse files
committed
docs: update code doc
1 parent caf5156 commit 756f1ca

File tree

1 file changed

+1
-1
lines changed
  • crates/optimism/rpc/src/eth

1 file changed

+1
-1
lines changed

crates/optimism/rpc/src/eth/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl<N: RpcNodeCore, Rpc: RpcConvert> OpEthApi<N, Rpc> {
168168
///
169169
/// If flashblocks receiver is not set, then it always returns `None`.
170170
///
171-
/// It may wait up to 20ms for a fresh flashblock if one is currently being built.
171+
/// It may wait up to 50ms for a fresh flashblock if one is currently being built.
172172
pub async fn pending_flashblock(&self) -> eyre::Result<Option<PendingBlock<N::Primitives>>>
173173
where
174174
OpEthApiError: FromEvmError<N::Evm>,

0 commit comments

Comments
 (0)