exchange

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

commit 480b9cdf39d9a7a0597db2484920602add45d187
parent 663363fc0ed39cfb24d94d17e75011d7da19150a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 15 Apr 2016 20:08:19 +0200

automatically set 'type' in taler-exchange-wire

Diffstat:
Msrc/exchange-tools/taler-exchange-wire.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/exchange-tools/taler-exchange-wire.c b/src/exchange-tools/taler-exchange-wire.c @@ -154,6 +154,9 @@ main (int argc, (unsigned int) err.position); return 1; } + json_object_set_new (j, + "type", + json_string (method)); key.eddsa_priv = *eddsa_priv; GNUNET_CRYPTO_random_block (GNUNET_CRYPTO_QUALITY_NONCE, &salt,