Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Oct 31, 2024
1 parent d9867ed commit 516dea2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ciphernode/evm/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ pub async fn stream_from_evm<P: Provider>(
info!("Exiting stream loop");
}


/// We need to cache the chainId so we can easily use it in a non-async situation
/// This wrapper just stores the chain_id with the Provider
#[derive(Clone)]
pub struct WithChainId<P>
where
Expand Down

0 comments on commit 516dea2

Please sign in to comment.