gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] 03/05: User loging.


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 03/05: User loging.
Date: Wed, 09 May 2018 16:24:38 +0200

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

marcello pushed a commit to branch master
in repository merchant.

commit 323c183899060762f6c812041ddb20e28846f5f1
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 9 14:35:11 2018 +0200

    User loging.
    
    Paygen user gets their user/pass hardcoded.  To be made
    command line argument.
---
 src/merchant-tools/taler-merchant-generate-payments_new.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/merchant-tools/taler-merchant-generate-payments_new.c 
b/src/merchant-tools/taler-merchant-generate-payments_new.c
index 5bb4477..09c42dd 100644
--- a/src/merchant-tools/taler-merchant-generate-payments_new.c
+++ b/src/merchant-tools/taler-merchant-generate-payments_new.c
@@ -43,10 +43,10 @@
 #define MISSING_BANK_URL 4
 #define FAILED_TO_LAUNCH_BANK 5
 
-#define USER_ACCOUNT_NO 62
+#define USER_ACCOUNT_NO 3
 #define EXCHANGE_ACCOUNT_NO 2
-#define USER_LOGIN_NAME "user42"
-#define USER_LOGIN_PASS "pass42"
+#define USER_LOGIN_NAME "Tor"
+#define USER_LOGIN_PASS "x"
 #define EXCHANGE_URL "http://example.com/";
 
 #define CMD_TRANSFER_TO_EXCHANGE(label,amount) \
@@ -260,6 +260,7 @@ main (int argc,
      default_config_file);
 
   terminate_process (merchantd);
+  terminate_process (bankd);
 
   return (GNUNET_OK == result) ? 0 : result;
 }

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



reply via email to

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