Removed debug & unused functions

This commit is contained in:
obscuren
2014-04-24 13:48:33 +02:00
parent ee7c16a8d9
commit f3818478e2
2 changed files with 0 additions and 26 deletions

View File

@ -145,7 +145,6 @@ func (miner *Miner) listener() {
*/
miner.ethereum.Broadcast(ethwire.MsgBlockTy, []interface{}{miner.block.Value().Val})
log.Printf("[MINER] 🔨 Mined block %x\n", miner.block.Hash())
log.Println(miner.block)
miner.txs = []*ethchain.Transaction{} // Move this somewhere neat
miner.block = miner.ethereum.BlockChain().NewBlock(miner.coinbase, miner.txs)