@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/mobile/out/src/Wallet.d.ts.map +1 -1
- package/mobile/out/src/Wallet.js +1 -1
- package/mobile/out/src/Wallet.js.map +1 -1
- package/mobile/package-lock.json +2 -2
- package/mobile/package.json +1 -1
- package/out/src/Wallet.d.ts.map +1 -1
- package/out/src/Wallet.js +1 -1
- package/out/src/Wallet.js.map +1 -1
- package/out/tsconfig.all.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/Wallet.ts +3 -1
package/package.json
CHANGED
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
|
-
|
|
1112
|
+
|
|
1113
|
+
console.log('Throwing dummy WERR_REVIEW_ACTIONS')
|
|
1114
|
+
|
|
1113
1115
|
throw new WERR_REVIEW_ACTIONS(
|
|
1114
1116
|
[
|
|
1115
1117
|
{
|