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: fix preflight check


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix preflight check failure
Date: Sun, 19 Aug 2018 18:40:16 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new efd65a63 fix preflight check failure
efd65a63 is described below

commit efd65a63ac06422f61d4f9014b0ca2585e493178
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Aug 19 18:40:13 2018 +0200

    fix preflight check failure
---
 src/benchmark/exchange_benchmark_home/.config/taler/account-2.json | 4 ++--
 src/exchangedb/test_exchangedb.c                                   | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/benchmark/exchange_benchmark_home/.config/taler/account-2.json 
b/src/benchmark/exchange_benchmark_home/.config/taler/account-2.json
index d4695892..efb03f1e 100644
--- a/src/benchmark/exchange_benchmark_home/.config/taler/account-2.json
+++ b/src/benchmark/exchange_benchmark_home/.config/taler/account-2.json
@@ -1,5 +1,5 @@
 {
   "url": "payto://x-taler-bank/localhost:8082/2",
-  "salt": 
"6TBY14X6YB6D0J2PGKQX0VVV30118QEQG1R3PYP1GG5XWXHST3ZQ1J3R6EQ85HZXS8DFDTRJN6JGBT8KDQFT0KVFPMGXTWHWC7E1518",
-  "master_sig": 
"CET51EPQGW01BVQMFXQKYW0BMWGQJJT7QTMGNW1FXYC6T6AB1CRK14S5PH5V34JDX7J8JJPVNV3VKXKH4CM1SVRQTFC5QVVDMJ3JM30"
+  "salt": 
"1M9Y2209M4MW3H482DVSW2E1CP7DTVHX0PP5J2NDHSZFFX33WNXT20EPWD8KV0NTN2X37RMK5CJYE0C7Y45PE8K8RQQB4YNHEPYR0JR",
+  "master_sig": 
"D9MXRSRF3HFSRJ0W0AS99VWK6SSRJKEQ94MKCZY454NS9F20N8T9J3VMMTRSVCHTYEGB04BJRQTYAA6H4QCER569V2W8JF6E9EDFT0R"
 }
\ No newline at end of file
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c
index f69127ec..cad1ac70 100644
--- a/src/exchangedb/test_exchangedb.c
+++ b/src/exchangedb/test_exchangedb.c
@@ -2242,6 +2242,8 @@ run (void *cls)
   plugin->free_coin_transaction_list (plugin->cls,
                                       tl);
 
+  plugin->rollback (plugin->cls,
+                    session);
   FAILIF (GNUNET_OK !=
           test_wire_prepare (session));
   FAILIF (GNUNET_OK !=

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



reply via email to

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