Skip to content

Commit

Permalink
fixed cargo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Dec 19, 2024
1 parent a43a852 commit 45ae955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
//! The signer automatically manages nonces for transactions:
//! - Caches nonces per (account_id, public_key) pair
//! - Automatically increments nonces for sequential transactions
//! - Supports concurrent transactions as long as the Arc<Signer> is same
//! - Supports concurrent transactions as long as the `Arc<Signer>` is same
//!
//! # Secret generation
//! The crate provides utility functions to generate new secret keys and seed phrases
Expand Down

0 comments on commit 45ae955

Please sign in to comment.