Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
c1c43011
Unverified
Commit
c1c43011
authored
Jan 04, 2019
by
Péter Szilágyi
Committed by
GitHub
Jan 04, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18371 from jeremyschlatter/patch-1
core/types: update incorrect comment
parents
391d4cb9
6537ab5d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
transaction.go
core/types/transaction.go
+1
-1
No files found.
core/types/transaction.go
View file @
c1c43011
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment