psffpp 1.1.2 → 1.1.3

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 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -224,8 +224,7 @@ class PSFFPP {
224
224
 
225
225
  // output rawhex
226
226
  const hex = tx.toHex().toString()
227
- console.log(`TX hex: ${hex}`)
228
- // console.log(` `);
227
+ // console.log(`TX hex: ${hex}`)
229
228
 
230
229
  // Broadcast transation to the network
231
230
  const claimTxid = await this.wallet.broadcast({ hex })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "psffpp",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "PS010 PSF File Pinning Protocol",
5
5
  "main": "index.js",
6
6
  "type": "module",