summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-27 10:09:03 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-27 10:09:15 +0200
commitabd06943d8fe2825f40fb7f6defc6c7f0ab5694c (patch)
tree4151a896244f5524c3810b5a3d6d952af68f37fc
parent2b8042c61a5089bc5bc9ee5789b42e143d4efd9b (diff)
downloadmerchant-abd06943d8fe2825f40fb7f6defc6c7f0ab5694c.tar.gz
merchant-abd06943d8fe2825f40fb7f6defc6c7f0ab5694c.tar.bz2
merchant-abd06943d8fe2825f40fb7f6defc6c7f0ab5694c.zip
adapt to new wire-details signature object
-rw-r--r--src/lib/test_merchant_api_home/.config/taler/exchange/account-2.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/test_merchant_api_home/.config/taler/exchange/account-2.json b/src/lib/test_merchant_api_home/.config/taler/exchange/account-2.json
index e8a000bf..0666f544 100644
--- a/src/lib/test_merchant_api_home/.config/taler/exchange/account-2.json
+++ b/src/lib/test_merchant_api_home/.config/taler/exchange/account-2.json
@@ -1,4 +1,5 @@
{
"url": "payto://x-taler-bank/localhost:8082/2",
- "master_sig": "RDPWNT0CDATHWRY99W7G3E2Y1GYAABTE25J8GHKPGXV07TM89W1502BG5Q82FQY0JR4HSABJC6RG92PA93QGTKWM85W64TE9CCVW63R"
-} \ No newline at end of file
+ "master_sig": "RDPWNT0CDATHWRY99W7G3E2Y1GYAABTE25J8GHKPGXV07TM89W1502BG5Q82FQY0JR4HSABJC6RG92PA93QGTKWM85W64TE9CCVW63R",
+ "master_pub": "T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG"
+}