From 5dd21b109d219092b147e112c1f587af24723e72 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 24 May 2016 17:52:30 +0200 Subject: [PATCH] logging --- lib/wallet/wxMessaging.ts | 1 + 1 file changed, 1 insertion(+) 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(); },