diff --git a/lib/node/fullnode.js b/lib/node/fullnode.js index 24b36ccc..aa4925c4 100644 --- a/lib/node/fullnode.js +++ b/lib/node/fullnode.js @@ -317,7 +317,7 @@ class FullNode extends Node { // We need to announce by hand if // we're running in selfish mode. if (this.pool.options.selfish) - this.pool.broadcast(tx); + this.broadcast(tx); } /**