trac-msb 0.1.23 → 0.1.24

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.
@@ -1 +1 @@
1
- bcda78165dd38ca98045a6f4b0d19f2e1a465d83c7fc6ac052a64802ca163986
1
+ 4262c4fac0b3442591ea9de2a1721d51f4512c7f9883a64af89ed962929e8d31
package/msb.mjs CHANGED
@@ -3,8 +3,8 @@ import {MainSettlementBus} from './src/index.js';
3
3
  const opts = {
4
4
  stores_directory : 'stores/',
5
5
  store_name : typeof process !== "undefined" ? process.argv[2] : Pear.config.args[0],
6
- bootstrap: '1e8bf2005085e3730c4869ebc1c0564aad34fb16e98dd2242921cb6a02a2d845',
7
- channel: '00axtracnetworkmainsettlementbut'
6
+ bootstrap: '0f4fa31072e9b9d55eae87981ee657cbf9c18c70207f80d7c917540938f8b59d',
7
+ channel: '00axtracnetworkmainsettlementbus'
8
8
  };
9
9
 
10
10
  const msb = new MainSettlementBus(opts);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "trac-msb",
3
3
  "main": "msb.mjs",
4
- "version": "0.1.23",
4
+ "version": "0.1.24",
5
5
  "pear": {
6
6
  "name": "trac-msb",
7
7
  "type": "terminal"
package/src/index.js CHANGED
@@ -856,8 +856,6 @@ export class MainSettlementBus extends ReadyResource {
856
856
  const lengthEntry = await this.#base.view.get('wrl');
857
857
  const length = lengthEntry?.value ?? 0;
858
858
 
859
- console.log('Looking for available writers, please wait...');
860
-
861
859
  async function findValidator(_this) {
862
860
  if (_this.#validator_stream !== null) return;
863
861