trac-peer 0.1.55 → 0.1.56

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "trac-peer",
3
3
  "main": "src/index.js",
4
- "version": "0.1.55",
4
+ "version": "0.1.56",
5
5
  "type": "module",
6
6
  "dependencies": {
7
7
  "assert": "npm:bare-node-assert",
package/src/index.js CHANGED
@@ -756,7 +756,7 @@ export class Peer extends ReadyResource {
756
756
  console.log('');
757
757
  console.log('############################################################################');
758
758
  console.log('# Hypermall Address: ', this.wallet.publicKey, '#');
759
- this.#writingKey = b4a.toString(this.#base.local.key, 'hex');
759
+ this.writerLocalKey = b4a.toString(this.base.local.key, 'hex');
760
760
  console.log('# Hypermall Writer: ', this.writerLocalKey, '#');
761
761
  console.log('############################################################################');
762
762
  console.log(`isIndexer: ${this.base.isIndexer}`);