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.
- package/index.js +1 -1
- 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.
|