summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-13 10:52:32 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-13 10:52:32 +0100
commitf487cf43b30584b9256b81d3d6eca0ed820598d5 (patch)
tree6ba80e14279939cec477745ada54d5d6b2361627 /src
parentcaaa90d3d8b9f14998c856ab1b023c171a479b7a (diff)
downloadexchange-f487cf43b30584b9256b81d3d6eca0ed820598d5.tar.gz
exchange-f487cf43b30584b9256b81d3d6eca0ed820598d5.tar.bz2
exchange-f487cf43b30584b9256b81d3d6eca0ed820598d5.zip
-make LP delay configurable
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-wirewatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c
index cad6b7d01..a1a3a4ff2 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -1373,7 +1373,7 @@ main (int argc,
&exit_on_error),
GNUNET_GETOPT_option_relative_time ('f',
"longpoll-timeout",
- "DELAY"
+ "DELAY",
"what is the timeout when asking the bank about new transactions",
&longpoll_timeout),
GNUNET_GETOPT_option_flag ('I',