Skip to content

Commit

Permalink
internal: fix a typo that caused a lint error on travis (ethereum#15987)
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet authored and karalabe committed Jan 29, 2018
1 parent 722bac8 commit dd7a715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ethapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit dd7a715

Please sign in to comment.