psffpp 1.1.10 → 1.1.11

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -111,7 +111,7 @@ class PSFFPP {
111
111
  writePrice = await this.getMcWritePrice()
112
112
  }
113
113
  } catch (err) {
114
- console.error('Error in getMcWritePrice()')
114
+ console.error('Error in getMcWritePrice(): ', err)
115
115
  console.log(`Using hard-coded, safety value of ${writePrice} PSF tokens per write.`)
116
116
  }
117
117
  // Save the curent write price to the state.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "psffpp",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "PS010 PSF File Pinning Protocol",
5
5
  "main": "index.js",
6
6
  "type": "module",