trac-msb 0.0.70 → 0.0.71
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/index.js +1 -2
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -377,10 +377,9 @@ export class MainSettlementBus extends ReadyResource {
|
|
|
377
377
|
|
|
378
378
|
if (this.#enable_txchannel) {
|
|
379
379
|
this.#tx_swarm = await Network.txChannel(this.#tx_swarm, this.#tx, this.#base, this.#wallet, this.#writingKey, this.#network);
|
|
380
|
+
this.dhtNode(this.#wallet);
|
|
380
381
|
}
|
|
381
382
|
|
|
382
|
-
this.dhtNode(this.#wallet);
|
|
383
|
-
|
|
384
383
|
const adminEntry = await this.getSigned(EntryType.ADMIN);
|
|
385
384
|
|
|
386
385
|
if (this.#isAdmin(adminEntry)) {
|