gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix nexus invocation


From: gnunet
Subject: [taler-deployment] branch master updated: fix nexus invocation
Date: Wed, 29 Nov 2023 12:49:20 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 3b316fd  fix nexus invocation
3b316fd is described below

commit 3b316fdff72521864bdfdedd2af144cc8eb0ce0f
Author: MS <ms@taler.net>
AuthorDate: Wed Nov 29 12:49:10 2023 +0100

    fix nexus invocation
---
 netzbon/withdraw.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/netzbon/withdraw.sh b/netzbon/withdraw.sh
index b77b521..d885b1d 100755
--- a/netzbon/withdraw.sh
+++ b/netzbon/withdraw.sh
@@ -13,15 +13,12 @@ RESERVE_PUB=$(taler-wallet-cli \
       "amount":"'$CURRENCY':5"
      }' | jq -r .result.reservePub)
 DEBTOR_IBAN="CH8389144317421994586"
-NOW_MICROS=$(( `date +%s` * 1000000 ))
-
 CAMT_054=$(sed \
   -e "s/RESERVE_PUB/$RESERVE_PUB/" \
   -e "s/BANK_ID/$(uuidgen | cut -c-34)/" \
   -e "s/DEBTOR_IBAN/$DEBTOR_IBAN/" \
   incoming_template.xml)
 
-echo "$CAMT_054" | libeufin-nexus ebics-fetch \
-  -c $NEXUS_CONFIG_FILE --debug --debug-with-db
+echo "$CAMT_054" | libeufin-nexus ebics-fetch -c $NEXUS_CONFIG_FILE --import
 
 taler-wallet-cli run-until-done

-- 
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]