Skip to content

Commit

Permalink
Update packages/fuels-accounts/src/account.rs
Browse files Browse the repository at this point in the history
Co-authored-by: hal3e <[email protected]>
  • Loading branch information
MujkicA and hal3e authored Oct 30, 2023
1 parent aa62fa3 commit 9c9f20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuels-accounts/src/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ pub trait Account: ViewOnlyAccount {
Ok(())
}

// Add signatures to the builder if the underlying accoutn is a wallet
// Add signatures to the builder if the underlying account is a wallet
fn add_witnessses<Tb: TransactionBuilder>(&self, _tb: &mut Tb) {}

/// Transfer funds from this account to another `Address`.
Expand Down

0 comments on commit 9c9f20b

Please sign in to comment.