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
e6aff513
Commit
e6aff513
authored
Apr 24, 2017
by
Jeffrey Wilcke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
core/types: corrected abstract signing address
parent
8a4c1fb7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
transaction_signing.go
core/types/transaction_signing.go
+1
-1
config.go
params/config.go
+1
-1
No files found.
core/types/transaction_signing.go
View file @
e6aff513
...
@@ -31,7 +31,7 @@ var (
...
@@ -31,7 +31,7 @@ var (
ErrInvalidChainId
=
errors
.
New
(
"invalid chaid id for signer"
)
ErrInvalidChainId
=
errors
.
New
(
"invalid chaid id for signer"
)
errAbstractSigner
=
errors
.
New
(
"abstract signer"
)
errAbstractSigner
=
errors
.
New
(
"abstract signer"
)
abstractSignerAddress
=
common
.
HexToAddress
(
"ffffffffffffffffffffffffffffffffffffff"
)
abstractSignerAddress
=
common
.
HexToAddress
(
"ffffffffffffffffffffffffffffffffffffff
ff
"
)
)
)
// sigCache is used to cache the derived sender and contains
// sigCache is used to cache the derived sender and contains
...
...
params/config.go
View file @
e6aff513
...
@@ -139,7 +139,7 @@ func (c *ChainConfig) String() string {
...
@@ -139,7 +139,7 @@ func (c *ChainConfig) String() string {
default
:
default
:
engine
=
"unknown"
engine
=
"unknown"
}
}
return
fmt
.
Sprintf
(
"{ChainID: %v Homestead: %v DAO: %v DAOSupport: %v EIP150: %v EIP155: %v EIP158: %v Engine: %v}"
,
return
fmt
.
Sprintf
(
"{ChainID: %v Homestead: %v DAO: %v DAOSupport: %v EIP150: %v EIP155: %v EIP158: %v
Metropolis: %v
Engine: %v}"
,
c
.
ChainId
,
c
.
ChainId
,
c
.
HomesteadBlock
,
c
.
HomesteadBlock
,
c
.
DAOForkBlock
,
c
.
DAOForkBlock
,
...
...
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