Fixed tests for 'types'

This commit is contained in:
obscuren
2014-11-18 19:52:45 +01:00
parent 675ba4d7eb
commit 93e693be72
4 changed files with 7 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ import (
"container/list"
"fmt"
"github.com/ethereum/go-ethereum/chain/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/ethutil"
@@ -19,7 +20,7 @@ type TestManager struct {
db ethutil.Database
txPool *TxPool
blockChain *ChainManager
Blocks []*Block
Blocks []*types.Block
}
func (s *TestManager) IsListening() bool {