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