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 auditor signing


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix auditor signing process: include signature over refund fee
Date: Thu, 11 May 2017 11:02:52 +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 673509f  fix auditor signing process: include signature over refund fee
673509f is described below

commit 673509fac8e5fabadff0cf3d0c5113a4846fd5b9
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu May 11 11:02:49 2017 +0200

    fix auditor signing process: include signature over refund fee
---
 src/auditor/taler-auditor-sign.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/auditor/taler-auditor-sign.c b/src/auditor/taler-auditor-sign.c
index 13bf586..fd5169d 100644
--- a/src/auditor/taler-auditor-sign.c
+++ b/src/auditor/taler-auditor-sign.c
@@ -311,6 +311,7 @@ main (int argc,
     kv.fee_withdraw = dk->fee_withdraw;
     kv.fee_deposit = dk->fee_deposit;
     kv.fee_refresh = dk->fee_refresh;
+    kv.fee_refund = dk->fee_refund;
     kv.denom_hash = dk->denom_hash;
 
     /* Finally sign ... */

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



reply via email to

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