Skip to content

Commit

Permalink
remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Apr 13, 2022
1 parent 161c467 commit 34e8ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -3315,7 +3315,7 @@ func CalculateDiffHash(d *types.DiffLayer) (common.Hash, error) {
BlockHash: d.BlockHash,
Receipts: make([]*types.ReceiptForStorage, 0),
Number: d.Number,
//Codes: d.Codes,
Codes: d.Codes,
Destructs: d.Destructs,
Accounts: d.Accounts,
Storages: d.Storages,
Expand Down

0 comments on commit 34e8ce0

Please sign in to comment.