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
febec5ca
Commit
febec5ca
authored
Oct 16, 2014
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch EXT* codes
parent
70f7a0be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
types.go
ethchain/types.go
+2
-2
types.go
ethvm/types.go
+2
-2
No files found.
ethchain/types.go
View file @
febec5ca
...
...
@@ -49,8 +49,8 @@ const (
CODESIZE
=
0x38
CODECOPY
=
0x39
GASPRICE
=
0x3a
EXTCODE
COPY
=
0x3b
EXTCODE
SIZE
=
0x3c
EXTCODE
SIZE
=
0x3b
EXTCODE
COPY
=
0x3c
// 0x40 range - block operations
PREVHASH
=
0x40
...
...
ethvm/types.go
View file @
febec5ca
...
...
@@ -49,8 +49,8 @@ const (
CODESIZE
=
0x38
CODECOPY
=
0x39
GASPRICE
=
0x3a
EXTCODE
COPY
=
0x3b
EXTCODE
SIZE
=
0x3c
EXTCODE
SIZE
=
0x3b
EXTCODE
COPY
=
0x3c
// 0x40 range - block operations
PREVHASH
=
0x40
...
...
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