gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated (7ddc877ed -> 288dae0c7)


From: gnunet
Subject: [taler-wallet-core] branch master updated (7ddc877ed -> 288dae0c7)
Date: Mon, 22 Apr 2024 13:10:01 +0200

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

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

    from 7ddc877ed fix downloads lol
     new bf7134444 taler-wallet-cli: stable ascending sort order for 
transactions
     new 288dae0c7 taler-wallet-cli: fix error message

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/taler-wallet-cli/src/index.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/packages/taler-wallet-cli/src/index.ts 
b/packages/taler-wallet-cli/src/index.ts
index 7bb74b1c6..3217484aa 100644
--- a/packages/taler-wallet-cli/src/index.ts
+++ b/packages/taler-wallet-cli/src/index.ts
@@ -446,6 +446,7 @@ transactionsCli.action(async (args) => {
         currency: args.transactions.currency,
         search: args.transactions.search,
         includeRefreshes: args.transactions.includeRefreshes,
+        sort: "stable-ascending",
       },
     );
     console.log(JSON.stringify(pending, undefined, 2));
@@ -724,7 +725,7 @@ walletCli
           break;
         }
         default:
-          console.log(`URI type (${parsedTalerUri}) not handled`);
+          console.log(`URI type (${parsedTalerUri.type}) not handled`);
           break;
       }
       return;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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