Improved miner so it won't include invalid transactions

This commit is contained in:
obscuren
2014-05-21 13:04:40 +02:00
parent 0e9c8568fd
commit 86cf69648e
3 changed files with 23 additions and 11 deletions

View File

@ -381,7 +381,6 @@ func (p *Peer) HandleInbound() {
}
case ethwire.MsgTxTy:
fmt.Println("received tx")
// If the message was a transaction queue the transaction
// in the TxPool where it will undergo validation and
// processing when a new block is found