aboutsummaryrefslogtreecommitdiffstats
path: root/peer.go
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-05-21 19:06:42 +0800
committerMaran <maran.hidskes@gmail.com>2014-05-21 19:06:42 +0800
commit1275e5bdc978d2f22ceb45a61f03d7873f069518 (patch)
tree5e0c2b4b999a754a195be0987b1e3f589c6f852a /peer.go
parentd658a7f4ab7691783157151912f43c177825b0e8 (diff)
parent86cf69648efc5029abffbf39f1be7308acb1531e (diff)
downloadgo-tangerine-1275e5bdc978d2f22ceb45a61f03d7873f069518.tar
go-tangerine-1275e5bdc978d2f22ceb45a61f03d7873f069518.tar.gz
go-tangerine-1275e5bdc978d2f22ceb45a61f03d7873f069518.tar.bz2
go-tangerine-1275e5bdc978d2f22ceb45a61f03d7873f069518.tar.lz
go-tangerine-1275e5bdc978d2f22ceb45a61f03d7873f069518.tar.xz
go-tangerine-1275e5bdc978d2f22ceb45a61f03d7873f069518.tar.zst
go-tangerine-1275e5bdc978d2f22ceb45a61f03d7873f069518.zip
Merge branch 'develop' of github.com:ethereum/eth-go into develop
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