removed legacy code

This commit is contained in:
obscuren
2015-03-23 22:05:12 +01:00
parent 0eaa023ffa
commit 7b8a47f484
3 changed files with 2 additions and 5 deletions

View File

@ -13,9 +13,9 @@ import (
"strings"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/state"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/core/state"
)
// Block Test JSON Format
@ -172,7 +172,6 @@ func mustConvertGenesis(testGenesis btHeader) *types.Block {
hdr.Number = big.NewInt(0)
b := types.NewBlockWithHeader(hdr)
b.Td = new(big.Int)
b.Reward = new(big.Int)
return b
}