log pending ops

This commit is contained in:
Florian Dold 2020-01-17 22:11:09 +01:00
parent a06b9552ab
commit 4dfe451b8a
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -280,6 +280,7 @@ export class Wallet {
while (!this.stopped) {
console.log("running wallet retry loop iteration");
let pending = await this.getPendingOperations(true);
console.log("pending ops", JSON.stringify(pending, undefined, 2));
if (pending.pendingOperations.length === 0) {
const allPending = await this.getPendingOperations(false);
let numPending = 0;