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
84bccd09
Unverified
Commit
84bccd09
authored
Oct 10, 2021
by
hsyodyssey
Committed by
GitHub
Oct 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
core/state: fix typos in comments (#23702)
parent
a6a0609b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
journal.go
core/state/journal.go
+3
-3
No files found.
core/state/journal.go
View file @
84bccd09
...
...
@@ -33,14 +33,14 @@ type journalEntry interface {
}
// journal contains the list of state modifications applied since the last state
// commit. These are tracked to be able to be reverted in case of an execution
// exception or re
vertal request
.
// commit. These are tracked to be able to be reverted in
the
case of an execution
// exception or re
quest for reversal
.
type
journal
struct
{
entries
[]
journalEntry
// Current changes tracked by the journal
dirties
map
[
common
.
Address
]
int
// Dirty accounts and the number of changes
}
// newJournal create a new initialized journal.
// newJournal create
s
a new initialized journal.
func
newJournal
()
*
journal
{
return
&
journal
{
dirties
:
make
(
map
[
common
.
Address
]
int
),
...
...
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