Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Oct 8, 2024
1 parent 1e6873d commit c6f1039
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 @@ -304,7 +304,7 @@ struct AlphaNetWalletInner<Provider, Eth> {
wallet: EthereumWallet,
chain_id: ChainId,
capabilities: WalletCapabilities,
/// Used to guard tx signing
/// Used to guard tx signing
permit: Mutex<()>,
}

Expand Down

0 comments on commit c6f1039

Please sign in to comment.