File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ func (s *PrivateAccountAPI) SignTransaction(ctx context.Context, args Transactio
505
505
}
506
506
507
507
// Sign calculates an Ethereum ECDSA signature for:
508
- // keccack256 ("\x19Ethereum Signed Message:\n" + len(message) + message))
508
+ // keccak256 ("\x19Ethereum Signed Message:\n" + len(message) + message))
509
509
//
510
510
// Note, the produced signature conforms to the secp256k1 curve R, S and V values,
511
511
// where the V value will be 27 or 28 for legacy reasons.
@@ -1741,7 +1741,7 @@ func (s *PublicTransactionPoolAPI) SendRawTransaction(ctx context.Context, input
1741
1741
}
1742
1742
1743
1743
// Sign calculates an ECDSA signature for:
1744
- // keccack256 ("\x19Ethereum Signed Message:\n" + len(message) + message).
1744
+ // keccak256 ("\x19Ethereum Signed Message:\n" + len(message) + message).
1745
1745
//
1746
1746
// Note, the produced signature conforms to the secp256k1 curve R, S and V values,
1747
1747
// where the V value will be 27 or 28 for legacy reasons.
You can’t perform that action at this time.
0 commit comments