internal: fix a typo that caused a lint error on travis (#15987)

pull/15870/head^2
Guillaume Ballet 7 years ago committed by Péter Szilágyi
parent 722bac84fa
commit dd7a715d73
  1. 2
      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) {

Loading…
Cancel
Save