good morning!!!!

Skip to content
Snippets Groups Projects
Commit 14346e4e authored by Kenso Trabing's avatar Kenso Trabing Committed by Péter Szilágyi
Browse files

internal: fix typo in comments (#18106)

Changed "signTransactions" to "signTransaction"
parent b8a2ac3f
Branches
Tags
No related merge requests found
......@@ -339,7 +339,7 @@ func (s *PrivateAccountAPI) LockAccount(addr common.Address) bool {
return fetchKeystore(s.am).Lock(addr) == nil
}
// signTransactions sets defaults and signs the given transaction
// signTransaction sets defaults and signs the given transaction
// NOTE: the caller needs to ensure that the nonceLock is held, if applicable,
// and release it after the transaction has been submitted to the tx pool
func (s *PrivateAccountAPI) signTransaction(ctx context.Context, args *SendTxArgs, passwd string) (*types.Transaction, error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment