Skip to content

Commit

Permalink
internal/ethapi: comment nitpick (#22270)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVanDerWijden authored Feb 5, 2021
1 parent 54735a6 commit 2812132
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 @@ -368,7 +368,7 @@ func (s *PrivateAccountAPI) signTransaction(ctx context.Context, args *SendTxArg
}

// SendTransaction 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.
func (s *PrivateAccountAPI) SendTransaction(ctx context.Context, args SendTxArgs, passwd string) (common.Hash, error) {
if args.Nonce == nil {
Expand Down

0 comments on commit 2812132

Please sign in to comment.