diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index 48eb91b675ee861374d03e387cfc7139d612282f..a4cba7a4db1436d5f8ca9c3fbbe0fde62cdbc55e 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -333,7 +333,7 @@ func (s *PrivateAccountAPI) LockAccount(addr common.Address) bool { return fetchKeystore(s.am).Lock(addr) == nil } -// signTransactions sets defaults and signs the given transation +// signTransactions 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) {