exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 1d996f65fd7195f190682bfc1573820a13e65f18
parent 9e910cb1b967c72faae0cdd97014a6be8641fed3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 26 Jan 2021 21:49:58 +0100

use version

Diffstat:
Msrc/exchange-tools/taler-exchange-offline.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/exchange-tools/taler-exchange-offline.c b/src/exchange-tools/taler-exchange-offline.c @@ -88,8 +88,10 @@ /** * Show the offline signing key. + * The last component --by convention-- identifies the protocol version + * and should be incremented whenever the JSON format of the 'argument' changes. */ -#define OP_SETUP "exchange-setup" +#define OP_SETUP "exchange-setup-0" /**