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
bbb2b305
Unverified
Commit
bbb2b305
authored
Jun 18, 2021
by
Afanasii Kurakin
Committed by
GitHub
Jun 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
params: fix typo in gas cost comments (#23065)
parent
15fe3050
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
protocol_params.go
params/protocol_params.go
+1
-1
No files found.
params/protocol_params.go
View file @
bbb2b305
...
...
@@ -38,7 +38,7 @@ const (
Sha3Gas
uint64
=
30
// Once per SHA3 operation.
Sha3WordGas
uint64
=
6
// Once per word of the SHA3 operation's data.
SstoreSetGas
uint64
=
20000
// Once per S
LOAD
operation.
SstoreSetGas
uint64
=
20000
// Once per S
STORE
operation.
SstoreResetGas
uint64
=
5000
// Once per SSTORE operation if the zeroness changes from zero.
SstoreClearGas
uint64
=
5000
// Once per SSTORE operation if the zeroness doesn't change.
SstoreRefundGas
uint64
=
15000
// Once per SSTORE operation if the zeroness changes to zero.
...
...
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