summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_helper.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-09 16:18:44 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-09 16:18:44 +0200
commit91d76e7861149af36a8875bbb0811dda4e0485c4 (patch)
treec8566ab3c7b8ffcfbe215b823fbe273ec93f72ec /src/backend/taler-merchant-httpd_helper.c
parentd16c03c64da9f58e9bbf6b14bae69da633566da6 (diff)
downloadmerchant-91d76e7861149af36a8875bbb0811dda4e0485c4.tar.gz
merchant-91d76e7861149af36a8875bbb0811dda4e0485c4.tar.bz2
merchant-91d76e7861149af36a8875bbb0811dda4e0485c4.zip
-starting work on /kyc handler
Diffstat (limited to 'src/backend/taler-merchant-httpd_helper.c')
-rw-r--r--src/backend/taler-merchant-httpd_helper.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/taler-merchant-httpd_helper.c b/src/backend/taler-merchant-httpd_helper.c
index 2427b1e0..f4129e0e 100644
--- a/src/backend/taler-merchant-httpd_helper.c
+++ b/src/backend/taler-merchant-httpd_helper.c
@@ -315,9 +315,7 @@ TMH_taxes_array_valid (const json_t *taxes)
struct TMH_WireMethod *
TMH_setup_wire_account (const char *payto_uri)
{
- // FIXME: avoid use of huge 512-bit salt!?
- // Seems 128-bit should suffice, right?
- struct GNUNET_HashCode salt;
+ struct TALER_WireSalt salt;
struct TMH_WireMethod *wm;
GNUNET_CRYPTO_random_block (GNUNET_CRYPTO_QUALITY_NONCE,