gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: bank-lib testcase p


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: bank-lib testcase passes config file to the bank
Date: Wed, 17 May 2017 20:11:13 +0200

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 48c72bb  bank-lib testcase passes config file to the bank
48c72bb is described below

commit 48c72bb7a02b6c6904f6bb3fef876e077c1f40de
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 17 20:10:59 2017 +0200

    bank-lib testcase passes config file to the bank
---
 src/bank-lib/bank.conf       | 2 ++
 src/bank-lib/test_bank_api.c | 1 +
 2 files changed, 3 insertions(+)

diff --git a/src/bank-lib/bank.conf b/src/bank-lib/bank.conf
new file mode 100644
index 0000000..0610606
--- /dev/null
+++ b/src/bank-lib/bank.conf
@@ -0,0 +1,2 @@
+[taler]
+currency = KUDOS
diff --git a/src/bank-lib/test_bank_api.c b/src/bank-lib/test_bank_api.c
index 0d8e609..6fded4b 100644
--- a/src/bank-lib/test_bank_api.c
+++ b/src/bank-lib/test_bank_api.c
@@ -145,6 +145,7 @@ main (int argc,
                                    "taler-bank-manage",
                                    "taler-bank-manage",
                                    "--with-db", dbconn,
+                                   "-c", "bank.conf",
                                    "serve-http",
                                    "--port", "8080",
                                    NULL);

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



reply via email to

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