Merge branch origin/develop into accounts-integration
Conflicts: cmd/blocktest/main.go cmd/mist/debugger.go cmd/utils/cmd.go
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user