diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-01-13 10:52:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-01-13 10:52:32 +0100 |
commit | f487cf43b30584b9256b81d3d6eca0ed820598d5 (patch) | |
tree | 6ba80e14279939cec477745ada54d5d6b2361627 /src | |
parent | caaa90d3d8b9f14998c856ab1b023c171a479b7a (diff) |
-make LP delay configurable
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-wirewatch.c | 2 |
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', |