aboutsummaryrefslogtreecommitdiffstats
path: root/peer.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-21 19:04:40 +0800
committerobscuren <geffobscura@gmail.com>2014-05-21 19:04:40 +0800
commit86cf69648efc5029abffbf39f1be7308acb1531e (patch)
tree4999dcb67888e4dcbe56ec5a5df844e1169e61e1 /peer.go
parent0e9c8568fd689fdee0cce2584ad96ecce60c60d7 (diff)
downloadgo-tangerine-86cf69648efc5029abffbf39f1be7308acb1531e.tar
go-tangerine-86cf69648efc5029abffbf39f1be7308acb1531e.tar.gz
go-tangerine-86cf69648efc5029abffbf39f1be7308acb1531e.tar.bz2
go-tangerine-86cf69648efc5029abffbf39f1be7308acb1531e.tar.lz
go-tangerine-86cf69648efc5029abffbf39f1be7308acb1531e.tar.xz
go-tangerine-86cf69648efc5029abffbf39f1be7308acb1531e.tar.zst
go-tangerine-86cf69648efc5029abffbf39f1be7308acb1531e.zip
Improved miner so it won't include invalid transactions
Diffstat (limited to 'peer.go')
-rw-r--r--peer.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/peer.go b/peer.go
index 5c46b73fb..7f81489b6 100644
--- a/peer.go
+++ b/peer.go
@@ -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