diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-28 22:07:04 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-28 22:07:04 +0200 |
commit | 2c3dc44a20c2b736182a07c8b50cae340b5a8dbd (patch) | |
tree | e14d6a91c525f2e7dcbd82fde43caca7e2438a59 /src/wire/test_sepa_wireformat.c | |
parent | 47c3a489e2dd89e0e9054f5e1735e549e7e2c83e (diff) | |
parent | e7e14f30091282723ea03274d83c43018d0633a1 (diff) |
Merge branch 'master' of ssh://taler.net:/var/git/exchange into HEAD
Diffstat (limited to 'src/wire/test_sepa_wireformat.c')
-rw-r--r-- | src/wire/test_sepa_wireformat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wire/test_sepa_wireformat.c b/src/wire/test_sepa_wireformat.c index cd31a971..032874cf 100644 --- a/src/wire/test_sepa_wireformat.c +++ b/src/wire/test_sepa_wireformat.c @@ -77,7 +77,7 @@ main(int argc, NULL); cfg = GNUNET_CONFIGURATION_create (); GNUNET_CONFIGURATION_set_value_string (cfg, - "exchange", + "taler", "currency", "EUR"); plugin = TALER_WIRE_plugin_load (cfg, |