diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-07-20 17:46:42 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-07-20 17:46:42 +0200 |
commit | 43dd7c8ae663fcb3db64fb7571c56144baa83a0e (patch) | |
tree | 740abce6ad63c1d7e47ec49c6d9408c2f3199220 /src/backend | |
parent | 44f26ef64f0036474f4eed6974886ee4f41e28f0 (diff) |
die on bugs, do not commit
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/taler-merchant-httpd_private-post-instances.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-instances.c b/src/backend/taler-merchant-httpd_private-post-instances.c index 95f2ca37..f9df3d39 100644 --- a/src/backend/taler-merchant-httpd_private-post-instances.c +++ b/src/backend/taler-merchant-httpd_private-post-instances.c @@ -310,6 +310,7 @@ TMH_private_post_instances (const struct TMH_RequestHandler *rh, "id"); } + /* Check currency of client matches our own currency */ if ( (0 != strcasecmp (is.default_max_deposit_fee.currency, TMH_currency)) || (0 != strcasecmp (is.default_max_wire_fee.currency, |