log pending ops
This commit is contained in:
parent
a06b9552ab
commit
4dfe451b8a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user