internal/ethapi: fix typo in comment (#22271)

This commit is contained in:
Marius van der Wijden 2021-02-05 13:51:53 +01:00 committed by Igor Mandrigin
parent 7d799473e5
commit da73189b00

View File

@ -387,7 +387,7 @@ func (s *PrivateAccountAPI) SendTransaction(ctx context.Context, args SendTxArgs
}
// SignTransaction will create a transaction from the given arguments and
// tries to sign it with the key associated with args.To. If the given passwd isn't
// tries to sign it with the key associated with args.From. If the given passwd isn't
// able to decrypt the key it fails. The transaction is returned in RLP-form, not broadcast
// to other nodes
func (s *PrivateAccountAPI) SignTransaction(ctx context.Context, args SendTxArgs, passwd string) (*SignTransactionResult, error) {