Skip to content

Commit

Permalink
docs: note behavior w 2 providers
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Mar 12, 2024
1 parent f5840ff commit 73253dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/providers/src/layers/nonce.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ use std::marker::PhantomData;
///
/// # Note
///
/// If the transaction request does not have a sender set, this layer will not fill nonces.
/// - If the transaction request does not have a sender set, this layer will not fill nonces.
/// - Using two providers with their own nonce layer can potentially fill invalid nonces if
/// transactions are sent from the same address, as the next nonce to be used is cached internally
/// in the layer.
///
/// # Example
///
Expand Down

0 comments on commit 73253dc

Please sign in to comment.