gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: log pending ops


From: gnunet
Subject: [taler-wallet-core] branch master updated: log pending ops
Date: Fri, 17 Jan 2020 22:11:14 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 4dfe451b log pending ops
4dfe451b is described below

commit 4dfe451b8a69933fd8c849fd2186a552b2f64b2a
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jan 17 22:11:09 2020 +0100

    log pending ops
---
 src/wallet.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/wallet.ts b/src/wallet.ts
index 015a44cc..a89d2d56 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]