Skip to content

Commit

Permalink
Merge pull request #5 from c98tristan/merge-go-ethereum
Browse files Browse the repository at this point in the history
Update go-ethereum PR
  • Loading branch information
c98tristan authored Jun 19, 2023
2 parents de49761 + 55d9450 commit c29f6a6
Show file tree
Hide file tree
Showing 27 changed files with 156 additions and 396 deletions.
298 changes: 0 additions & 298 deletions Tomo.md

This file was deleted.

2 changes: 1 addition & 1 deletion core/state/dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (self *StateDB) RawDump() Dump {
panic(err)
}

obj := newObject(nil, common.BytesToAddress(addr), data, nil)
obj := newObject(nil, common.BytesToAddress(addr), data)
account := DumpAccount{
Balance: data.Balance.String(),
Nonce: data.Nonce,
Expand Down
Loading

0 comments on commit c29f6a6

Please sign in to comment.