fullnode: broadcast in selfish mode.
This commit is contained in:
parent
1ec49be808
commit
b0b7745039
@ -334,7 +334,7 @@ FullNode.prototype.sendTX = co(function* sendTX(tx) {
|
|||||||
// We need to announce by hand if
|
// We need to announce by hand if
|
||||||
// we're running in selfish mode.
|
// we're running in selfish mode.
|
||||||
if (this.pool.options.selfish)
|
if (this.pool.options.selfish)
|
||||||
this.pool.announceTX(tx);
|
this.pool.broadcast(tx);
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user