diff options
Diffstat (limited to 'cmd/blocktest/main.go')
-rw-r--r-- | cmd/blocktest/main.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/blocktest/main.go b/cmd/blocktest/main.go index d9d97abc9..ec2779e2e 100644 --- a/cmd/blocktest/main.go +++ b/cmd/blocktest/main.go @@ -187,6 +187,9 @@ func loadBlocksFromTestFile(filePath string) (blocks types.Blocks, err error) { } gb := types.NewBlockWithHeader(gbh) + //gb.uncles = *new([]*types.Header) + //gb.transactions = *new(types.Transactions) + gb.Td = new(big.Int) gb.Reward = new(big.Int) testBlock := new(types.Block) |