diff --git a/lib/node/fullnode.js b/lib/node/fullnode.js index 3ba8b9cb..7a7a21cc 100644 --- a/lib/node/fullnode.js +++ b/lib/node/fullnode.js @@ -334,7 +334,7 @@ FullNode.prototype.sendTX = co(function* sendTX(tx) { // We need to announce by hand if // we're running in selfish mode. if (this.pool.options.selfish) - this.pool.announceTX(tx); + this.pool.broadcast(tx); }); /**