commit 5dd21b109d219092b147e112c1f587af24723e72
parent 27a42f92572abfdb2e60f3f212e4f0fcc71a6961
Author: Florian Dold <florian.dold@gmail.com>
Date: Tue, 24 May 2016 17:52:30 +0200
logging
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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();
},