This commit is contained in:
Florian Dold 2016-05-24 17:52:30 +02:00
parent 27a42f9257
commit 5dd21b109d

View File

@ -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();
},