good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 6537ab5d authored by Jeremy Schlatter's avatar Jeremy Schlatter Committed by GitHub
Browse files

core/types: update incorrect comment

parent 73534343
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ func (tx *Transaction) AsMessage(s Signer) (Message, error) {
}
// WithSignature returns a new transaction with the given signature.
// This signature needs to be formatted as described in the yellow paper (v+27).
// This signature needs to be in the [R || S || V] format where V is 0 or 1.
func (tx *Transaction) WithSignature(signer Signer, sig []byte) (*Transaction, error) {
r, s, v, err := signer.SignatureValues(tx, sig)
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment