diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-02-23 14:47:44 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-03-02 19:18:12 +0100 |
commit | 4dea098f54757f618abcfdfd27514bdab281997a (patch) | |
tree | 00da52fef7b03681f75433009b37c56e99689e44 /src/auditor | |
parent | 3219c14674743302f943c3884e8383de4c4427e6 (diff) |
actually disable 100 continue
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/taler-auditor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c index d3afbb3d1..1b9c99c84 100644 --- a/src/auditor/taler-auditor.c +++ b/src/auditor/taler-auditor.c @@ -1148,7 +1148,7 @@ handle_payback_by_reserve (void *cls, else { /* verify msig */ - struct TALER_MasterDenominationKeyRevocation kr; + struct TALER_MasterDenominationKeyRevocationPS kr; kr.purpose.purpose = htonl (TALER_SIGNATURE_MASTER_DENOMINATION_KEY_REVOKED); kr.purpose.size = htonl (sizeof (kr)); |