Contract creation address are empty again

This commit is contained in:
obscuren
2014-09-08 00:48:59 +02:00
parent 250d40bca0
commit 0b6b6b52fe
2 changed files with 3 additions and 4 deletions

View File

@@ -72,8 +72,6 @@ type TxPool struct {
func NewTxPool(ethereum EthManager) *TxPool {
return &TxPool{
//server: s,
mutex: sync.Mutex{},
pool: list.New(),
queueChan: make(chan *Transaction, txPoolQueueSize),
quit: make(chan bool),