Skip to content

Commit

Permalink
internal/ethapi: fix typo in comment (ethereum#22271)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVanDerWijden committed Feb 5, 2021
1 parent 098a2b6 commit fba5a63
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 @@ -386,7 +386,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) {
Expand Down

0 comments on commit fba5a63

Please sign in to comment.