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
ca610481
Unverified
Commit
ca610481
authored
2 years ago
by
xiyang
Committed by
GitHub
2 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code/vm: fix comment typo (#26865)
it should be constantinople rather than contantinople
parent
789de23d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
jump_table.go
core/vm/jump_table.go
+4
-4
No files found.
core/vm/jump_table.go
View file @
ca610481
...
...
@@ -98,7 +98,7 @@ func newMergeInstructionSet() JumpTable {
}
// newLondonInstructionSet returns the frontier, homestead, byzantium,
// contantinople, istanbul, petersburg, berlin and london instructions.
// con
s
tantinople, istanbul, petersburg, berlin and london instructions.
func
newLondonInstructionSet
()
JumpTable
{
instructionSet
:=
newBerlinInstructionSet
()
enable3529
(
&
instructionSet
)
// EIP-3529: Reduction in refunds https://eips.ethereum.org/EIPS/eip-3529
...
...
@@ -107,7 +107,7 @@ func newLondonInstructionSet() JumpTable {
}
// newBerlinInstructionSet returns the frontier, homestead, byzantium,
// contantinople, istanbul, petersburg and berlin instructions.
// con
s
tantinople, istanbul, petersburg and berlin instructions.
func
newBerlinInstructionSet
()
JumpTable
{
instructionSet
:=
newIstanbulInstructionSet
()
enable2929
(
&
instructionSet
)
// Access lists for trie accesses https://eips.ethereum.org/EIPS/eip-2929
...
...
@@ -115,7 +115,7 @@ func newBerlinInstructionSet() JumpTable {
}
// newIstanbulInstructionSet returns the frontier, homestead, byzantium,
// contantinople, istanbul and petersburg instructions.
// con
s
tantinople, istanbul and petersburg instructions.
func
newIstanbulInstructionSet
()
JumpTable
{
instructionSet
:=
newConstantinopleInstructionSet
()
...
...
@@ -127,7 +127,7 @@ func newIstanbulInstructionSet() JumpTable {
}
// newConstantinopleInstructionSet returns the frontier, homestead,
// byzantium and contantinople instructions.
// byzantium and con
s
tantinople instructions.
func
newConstantinopleInstructionSet
()
JumpTable
{
instructionSet
:=
newByzantiumInstructionSet
()
instructionSet
[
SHL
]
=
&
operation
{
...
...
This diff is collapsed.
Click to expand it.
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