diff options
Diffstat (limited to 'main/config.h')
| -rw-r--r-- | main/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/config.h b/main/config.h index dd3fe05..2bcd400 100644 --- a/main/config.h +++ b/main/config.h | |||
| @@ -34,6 +34,7 @@ typedef struct { | |||
| 34 | char lnurl_url[256]; | 34 | char lnurl_url[256]; |
| 35 | int price_per_step; | 35 | int price_per_step; |
| 36 | int step_size_ms; | 36 | int step_size_ms; |
| 37 | uint64_t persist_threshold_sats; | ||
| 37 | 38 | ||
| 38 | bool unique_derived; | 39 | bool unique_derived; |
| 39 | } tollgate_config_t; | 40 | } tollgate_config_t; |