diff options
Diffstat (limited to 'src/backend/taler-merchant-httpd.h')
-rw-r--r-- | src/backend/taler-merchant-httpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h index c166efb4..bc53bbc6 100644 --- a/src/backend/taler-merchant-httpd.h +++ b/src/backend/taler-merchant-httpd.h | |||
@@ -366,7 +366,7 @@ extern struct TALER_MERCHANTDB_Plugin *db; | |||
366 | * executing the wire transfer? This delay is added to the current | 366 | * executing the wire transfer? This delay is added to the current |
367 | * time when we generate the advisory execution time for the exchange. | 367 | * time when we generate the advisory execution time for the exchange. |
368 | */ | 368 | */ |
369 | extern struct GNUNET_TIME_Relative wire_transfer_delay; | 369 | extern struct GNUNET_TIME_Relative default_wire_transfer_delay; |
370 | 370 | ||
371 | /** | 371 | /** |
372 | * If the frontend does NOT specify a payment deadline, how long should | 372 | * If the frontend does NOT specify a payment deadline, how long should |