Replace this.pool.broadcast(tx) with this.broadcast(tx) in case of a selfish node because the latter handles broadcast errors, whereas the former does not. |
||
|---|---|---|
| .. | ||
| fullnode.js | ||
| http.js | ||
| index.js | ||
| node.js | ||
| rpc.js | ||
| spvnode.js | ||
Replace this.pool.broadcast(tx) with this.broadcast(tx) in case of a selfish node because the latter handles broadcast errors, whereas the former does not. |
||
|---|---|---|
| .. | ||
| fullnode.js | ||
| http.js | ||
| index.js | ||
| node.js | ||
| rpc.js | ||
| spvnode.js | ||