aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/wxMessaging.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-05-24 17:52:30 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-05-24 17:52:30 +0200
commit5dd21b109d219092b147e112c1f587af24723e72 (patch)
tree7adc3ec60f09817ca12dfb6969fe1724adab863f /lib/wallet/wxMessaging.ts
parent27a42f92572abfdb2e60f3f212e4f0fcc71a6961 (diff)
downloadwallet-core-5dd21b109d219092b147e112c1f587af24723e72.tar.xz
logging
Diffstat (limited to 'lib/wallet/wxMessaging.ts')
-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();
},