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
c029cdc9
Unverified
Commit
c029cdc9
authored
3 years ago
by
Di Peng
Committed by
GitHub
3 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
core: fix typo in blockchain test (#24263)
parent
5bcbb298
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
blockchain_test.go
core/blockchain_test.go
+2
-2
No files found.
core/blockchain_test.go
View file @
c029cdc9
...
...
@@ -2987,10 +2987,10 @@ func TestDeleteRecreateSlots(t *testing.T) {
initCode
:=
[]
byte
{
byte
(
vm
.
PUSH1
),
0x3
,
// value
byte
(
vm
.
PUSH1
),
0x3
,
// location
byte
(
vm
.
SSTORE
),
// Set slot[3] =
1
byte
(
vm
.
SSTORE
),
// Set slot[3] =
3
byte
(
vm
.
PUSH1
),
0x4
,
// value
byte
(
vm
.
PUSH1
),
0x4
,
// location
byte
(
vm
.
SSTORE
),
// Set slot[4] =
1
byte
(
vm
.
SSTORE
),
// Set slot[4] =
4
// Slots are set, now return the code
byte
(
vm
.
PUSH2
),
byte
(
vm
.
PC
),
byte
(
vm
.
SELFDESTRUCT
),
// Push code on stack
byte
(
vm
.
PUSH1
),
0x0
,
// memory start on stack
...
...
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