aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/batch.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-27 15:20:16 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-27 15:20:16 +0200
commit4d4955e225011efb02ebce2ecaf7d29198c8d89f (patch)
tree9a4b29514e8be79fd92796cd780e568ff0316982 /src/auditor/batch.sh
parentd2ec1bf3cf55f9dc8384a468c7f2bf5efb3db4d8 (diff)
downloadexchange-4d4955e225011efb02ebce2ecaf7d29198c8d89f.tar.xz
d_ms to d_us
Diffstat (limited to 'src/auditor/batch.sh')
-rwxr-xr-xsrc/auditor/batch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/batch.sh b/src/auditor/batch.sh
index fed690432..4bac28ece 100755
--- a/src/auditor/batch.sh
+++ b/src/auditor/batch.sh
@@ -193,7 +193,7 @@ echo " DONE"
echo -n "Setting up merchant"
-curl -H "Content-Type: application/json" -X POST -d '{"auth":{"method":"external"},"payto_uris":["payto://x-taler-bank/localhost/43"],"id":"default","name":"default","address":{},"jurisdiction":{},"default_max_wire_fee":"TESTKUDOS:1", "default_max_deposit_fee":"TESTKUDOS:1","default_wire_fee_amortization":1,"default_wire_transfer_delay":{"d_ms" : 3600000},"default_pay_delay":{"d_ms": 3600000}}' http://localhost:9966/management/instances
+curl -H "Content-Type: application/json" -X POST -d '{"auth":{"method":"external"},"payto_uris":["payto://x-taler-bank/localhost/43"],"id":"default","name":"default","address":{},"jurisdiction":{},"default_max_wire_fee":"TESTKUDOS:1", "default_max_deposit_fee":"TESTKUDOS:1","default_wire_fee_amortization":1,"default_wire_transfer_delay":{"d_us" : 3600000000},"default_pay_delay":{"d_us": 3600000000}}' http://localhost:9966/management/instances
echo " DONE"