From 14346e4ef97ca812fb9f1d5d2cd87021c0155cf6 Mon Sep 17 00:00:00 2001 From: Kenso Trabing Date: Thu, 15 Nov 2018 04:11:14 -0500 Subject: internal: fix typo in comments (#18106) Changed "signTransactions" to "signTransaction" --- internal/ethapi/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/ethapi') diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index 0c751c328..43a33e992 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -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) { -- cgit v1.2.3