diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-03 21:08:24 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-03 21:08:24 +0200 |
commit | 1dea7998db7e2d8aeb4f60faceb07849f0855979 (patch) | |
tree | de0a7de8c18067656d5587359b62841eb9eb635f /src/exchange-tools | |
parent | daae3d3ddf1cbee4761a6a2c0066732fb4723fb0 (diff) |
fix json generation, use proper json in test
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/taler-exchange-wire.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-exchange-wire.c b/src/exchange-tools/taler-exchange-wire.c index 3bea78f67..22721a424 100644 --- a/src/exchange-tools/taler-exchange-wire.c +++ b/src/exchange-tools/taler-exchange-wire.c @@ -68,7 +68,7 @@ main (int argc, &GNUNET_GETOPT_set_filename, &masterkeyfile}, {'t', "type", "METHOD", "which wire transfer method (i.e. 'test' or 'sepa') is this for?", 1, - &GNUNET_GETOPT_set_filename, &method}, + &GNUNET_GETOPT_set_string, &method}, {'o', "output", "FILE", "where to write the result", 1, &GNUNET_GETOPT_set_filename, &output_filename}, |