Skip to content

Commit

Permalink
fixed some typo
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenpo committed Nov 20, 2019
1 parent be7e16a commit 7055c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/signed.rs
Expand Up @@ -22,7 +22,7 @@ pub struct SignedData {
/// Transaction data for signing.
///
/// The `Accounts::sign_transaction` method will fill optional fields with sane
/// defaults when they are ommited. Specifically the signing account's current
/// defaults when they are omitted. Specifically the signing account's current
/// transaction count will be used for the `nonce`, the estimated recommended
/// gas price will be used for `gas_price`, and the current network ID will be
/// used for the `chain_id`.
Expand Down

0 comments on commit 7055c20

Please sign in to comment.