diff options
Diffstat (limited to 'main/config.h')
| -rw-r--r-- | main/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/config.h b/main/config.h index 8254a62..4c6116e 100644 --- a/main/config.h +++ b/main/config.h | |||
| @@ -49,6 +49,11 @@ typedef struct { | |||
| 49 | int nostr_publish_interval_s; | 49 | int nostr_publish_interval_s; |
| 50 | 50 | ||
| 51 | bool identity_initialized; | 51 | bool identity_initialized; |
| 52 | |||
| 53 | bool client_enabled; | ||
| 54 | int client_steps_to_buy; | ||
| 55 | int client_renewal_threshold_pct; | ||
| 56 | int client_retry_interval_ms; | ||
| 52 | } tollgate_config_t; | 57 | } tollgate_config_t; |
| 53 | 58 | ||
| 54 | void tollgate_config_derive_unique(tollgate_config_t *cfg); | 59 | void tollgate_config_derive_unique(tollgate_config_t *cfg); |