@bsv/wallet-toolbox 1.6.35 → 1.6.36

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bsv/wallet-toolbox",
3
- "version": "1.6.35",
3
+ "version": "1.6.36",
4
4
  "description": "BRC100 conforming wallet, wallet storage and wallet signer components",
5
5
  "main": "./out/src/index.js",
6
6
  "types": "./out/src/index.d.ts",
package/src/Wallet.ts CHANGED
@@ -1109,7 +1109,9 @@ export function throwDummyReviewActions() {
1109
1109
  const beef = Beef.fromBinary(Utils.fromBase58(b58Beef))
1110
1110
  const btx = beef.txs.slice(-1)[0]
1111
1111
  const txid = btx.txid
1112
- debugger
1112
+
1113
+ console.log('Throwing dummy WERR_REVIEW_ACTIONS')
1114
+
1113
1115
  throw new WERR_REVIEW_ACTIONS(
1114
1116
  [
1115
1117
  {