diff options
Diffstat (limited to 'tests/blocktest.go')
-rw-r--r-- | tests/blocktest.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/blocktest.go b/tests/blocktest.go index 4bb066c3d..6a9cf5f6d 100644 --- a/tests/blocktest.go +++ b/tests/blocktest.go @@ -154,7 +154,7 @@ func mustConvertGenesis(testGenesis btHeader) *types.Block { func mustConvertHeader(in btHeader) *types.Header { // hex decode these fields return &types.Header{ - SeedHash: mustConvertBytes(in.SeedHash), + //SeedHash: mustConvertBytes(in.SeedHash), MixDigest: mustConvertBytes(in.MixHash), Bloom: mustConvertBytes(in.Bloom), ReceiptHash: mustConvertBytes(in.ReceiptTrie), |