trac-msb 0.0.84 → 0.0.85

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.
@@ -10,4 +10,5 @@ b1226d4a4d9e44226a69c9109769c2437dfa3f7ee551bfd3e79226dd3c1706e3
10
10
  3f6e5959f61c2fca1704dbe03273d03729a7170e1a09515d2cdc302d47771ddd
11
11
  e74ea17cc6e05f0b09588a70d8573fca63de715a763420ff7e14b68a0c1d1d14
12
12
  9dedf2e9f8f63c2ffbdccba6a3e28ace22c3788fbdbcf71b030b8574eeaa92c1
13
- 656c9a53cbed98f9e783b6fd53667a2793c4fd74975cd26971582ea3ab9955f1
13
+ 656c9a53cbed98f9e783b6fd53667a2793c4fd74975cd26971582ea3ab9955f1
14
+ 1184e8f926a2f76f12685c9e3fa6b3cd542277ab6c7a09fd02a7391240ceeb18
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "trac-msb",
3
3
  "main": "msb.mjs",
4
- "version": "0.0.84",
4
+ "version": "0.0.85",
5
5
  "pear": {
6
6
  "name": "trac-msb",
7
7
  "type": "terminal"
package/src/index.js CHANGED
@@ -356,7 +356,7 @@ export class MainSettlementBus extends ReadyResource {
356
356
  this.#swarm = await Network.replicate(this.#swarm, this.#enable_wallet, this.#store, this.#wallet, this.#channel, this.#isStreaming, this.#handleIncomingEvent.bind(this), this.emit.bind(this));
357
357
  }
358
358
 
359
- if (this.#enable_txchannel && this.#base.writable) {
359
+ if (this.#enable_txchannel) {
360
360
  this.#dht_server = this.#dht_node.createServer();
361
361
  await Network.dhtServer(this, this.#dht_server, this.#base, this.#wallet, this.#writingKey, this.#network);
362
362
  }