diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-24 23:00:13 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-24 23:00:13 +0100 |
commit | 8d786441b88bb0acb02d6c7ec668d9233581ddcc (patch) | |
tree | e4c00782681cedb4d53cfcf51620145a76060256 /src/lib/exchange_api_handle.c | |
parent | 3a9d7afe33cad8bb60e72b8299a75b8275517a6e (diff) |
version bumping
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-rw-r--r-- | src/lib/exchange_api_handle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c index 04de37677..abb95816c 100644 --- a/src/lib/exchange_api_handle.c +++ b/src/lib/exchange_api_handle.c @@ -39,7 +39,7 @@ * Which revision of the Taler protocol is implemented * by this library? Used to determine compatibility. */ -#define TALER_PROTOCOL_CURRENT 5 +#define TALER_PROTOCOL_CURRENT 6 /** * How many revisions back are we compatible to? @@ -1262,7 +1262,7 @@ keys_completed_cb (void *cls, for (unsigned int i = 0; i<kd_old.num_denom_keys; i++) kd.denom_keys[i].key.rsa_public_key = GNUNET_CRYPTO_rsa_public_key_dup ( - kd_old.denom_keys[i].key.rsa_public_key); + kd_old.denom_keys[i].key.rsa_public_key); kd.num_auditors = kd_old.num_auditors; kd.auditors = GNUNET_new_array (kd.num_auditors, |