summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.c
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-12-14 14:07:30 -0300
committerSebastian <sebasjm@gmail.com>2023-12-14 14:07:30 -0300
commit70539cb0f5e9b60dbbb40009687f2d635763226b (patch)
treeb2b55d3d753e695b90e8576d5089fcf411d70942 /src/lib/exchange_api_handle.c
parent9297ef949607a6d6597b5c91e683e449f00394df (diff)
downloadexchange-70539cb0f5e9b60dbbb40009687f2d635763226b.tar.gz
exchange-70539cb0f5e9b60dbbb40009687f2d635763226b.tar.bz2
exchange-70539cb0f5e9b60dbbb40009687f2d635763226b.zip
fix: account restriction regex field
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-rw-r--r--src/lib/exchange_api_handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index 1d44ed34f..4b0298744 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -2045,7 +2045,7 @@ ar_to_json (unsigned int ar_len,
"type",
"regex"),
GNUNET_JSON_pack_string (
- "regex",
+ "payto_regex",
ar->details.regex.posix_egrep),
GNUNET_JSON_pack_string (
"human_hint",