summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-02-12 15:54:49 -0300
committerSebastian <sebasjm@gmail.com>2024-02-12 16:05:51 -0300
commit86194c61457f2e2e534cd05071bde9633e205ad3 (patch)
tree2eb7794af5b6575680a259fb066bc698d7a71ed0 /packages/taler-wallet-core/src/operations
parent975a087956c8c392801515db4b6809a368b83e20 (diff)
downloadwallet-core-86194c61457f2e2e534cd05071bde9633e205ad3.tar.gz
wallet-core-86194c61457f2e2e534cd05071bde9633e205ad3.tar.bz2
wallet-core-86194c61457f2e2e534cd05071bde9633e205ad3.zip
add more info when wallet-core is not available
Diffstat (limited to 'packages/taler-wallet-core/src/operations')
-rw-r--r--packages/taler-wallet-core/src/operations/withdraw.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts
index d664a6da6..86f05478a 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -2116,7 +2116,7 @@ async function registerReserveWithBank(
if (
withdrawalGroup.wgInfo.withdrawalType != WithdrawalRecordType.BankIntegrated
) {
- throw Error();
+ throw Error("expecting withdrarwal type = bank integrated");
}
const bankInfo = withdrawalGroup.wgInfo.bankInfo;
if (!bankInfo) {