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
924098c6
Commit
924098c6
authored
Nov 14, 2017
by
Jay Guo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
core/vm: fix typos in jump_table.go
parent
b81a9cd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
jump_table.go
core/vm/jump_table.go
+2
-2
No files found.
core/vm/jump_table.go
View file @
924098c6
...
@@ -42,12 +42,12 @@ type operation struct {
...
@@ -42,12 +42,12 @@ type operation struct {
// memorySize returns the memory size required for the operation
// memorySize returns the memory size required for the operation
memorySize
memorySizeFunc
memorySize
memorySizeFunc
halts
bool
// indicates whether the operation shoul
t
halt further execution
halts
bool
// indicates whether the operation shoul
d
halt further execution
jumps
bool
// indicates whether the program counter should not increment
jumps
bool
// indicates whether the program counter should not increment
writes
bool
// determines whether this a state modifying operation
writes
bool
// determines whether this a state modifying operation
valid
bool
// indication whether the retrieved operation is valid and known
valid
bool
// indication whether the retrieved operation is valid and known
reverts
bool
// determines whether the operation reverts state (implicitly halts)
reverts
bool
// determines whether the operation reverts state (implicitly halts)
returns
bool
// determines whether the opertions sets the return data content
returns
bool
// determines whether the oper
a
tions sets the return data content
}
}
var
(
var
(
...
...
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