Skip to content

Commit 34e8ce0

Browse files
committed
remove testing code
1 parent 161c467 commit 34e8ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/blockchain.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3315,7 +3315,7 @@ func CalculateDiffHash(d *types.DiffLayer) (common.Hash, error) {
33153315
BlockHash: d.BlockHash,
33163316
Receipts: make([]*types.ReceiptForStorage, 0),
33173317
Number: d.Number,
3318-
//Codes: d.Codes,
3318+
Codes: d.Codes,
33193319
Destructs: d.Destructs,
33203320
Accounts: d.Accounts,
33213321
Storages: d.Storages,

0 commit comments

Comments
 (0)