diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-05-24 17:52:30 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-05-24 17:52:30 +0200 |
commit | 5dd21b109d219092b147e112c1f587af24723e72 (patch) | |
tree | 7adc3ec60f09817ca12dfb6969fe1724adab863f /lib | |
parent | 27a42f92572abfdb2e60f3f212e4f0fcc71a6961 (diff) |
logging
Diffstat (limited to 'lib')
-rw-r--r-- | lib/wallet/wxMessaging.ts | 1 |
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(); }, |