Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jan 22, 2025
1 parent caf6065 commit ca623bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/wallet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ impl<T> OdysseyWallet<T> {
Self { inner: Arc::new(inner) }
}

#[allow(clippy::missing_const_for_fn)]
fn chain_id(&self) -> ChainId {
self.inner.chain_id
}
Expand Down

0 comments on commit ca623bb

Please sign in to comment.