trac-peer 0.1.83 → 0.1.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/protocol.js +1 -1
package/package.json
CHANGED
package/src/protocol.js
CHANGED
|
@@ -201,7 +201,7 @@ class Protocol{
|
|
|
201
201
|
async function push(){
|
|
202
202
|
await _this.peer.sleep(5_000);
|
|
203
203
|
try{
|
|
204
|
-
await _this.broadcastTransaction(
|
|
204
|
+
await _this.broadcastTransaction(_this.peer.msb.getNetwork().validator,{
|
|
205
205
|
type : 'p',
|
|
206
206
|
value : ''
|
|
207
207
|
});
|