aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/wallet/wxMessaging.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/wallet/wxMessaging.ts b/lib/wallet/wxMessaging.ts
index d5c32229d..b4f3c3ec4 100644
--- a/lib/wallet/wxMessaging.ts
+++ b/lib/wallet/wxMessaging.ts
@@ -145,6 +145,7 @@ function makeHandlers(db: IDBDatabase,
// For now we just update exchanges (maybe the exchange did something
// wrong and the keys were messed up).
// FIXME: in the future we should look at what actually went wrong.
+ console.error("payment reported as failed");
wallet.updateExchanges();
return Promise.resolve();
},