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 e27df81 commit caf6065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wallet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ impl<T> OdysseyWallet<T> {
Self { inner: Arc::new(inner) }
}

const fn chain_id(&self) -> ChainId {
fn chain_id(&self) -> ChainId {
self.inner.chain_id
}
}
Expand Down

0 comments on commit caf6065

Please sign in to comment.