upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/main/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/config.h')
-rw-r--r--main/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/config.h b/main/config.h
index 1e580e9..af372af 100644
--- a/main/config.h
+++ b/main/config.h
@@ -69,6 +69,10 @@ typedef struct {
69 int nostr_seed_relay_count; 69 int nostr_seed_relay_count;
70 int nostr_sync_interval_s; 70 int nostr_sync_interval_s;
71 int nostr_fallback_sync_interval_s; 71 int nostr_fallback_sync_interval_s;
72
73 bool market_enabled;
74 int market_scan_interval_s;
75 bool client_auto_switch;
72} tollgate_config_t; 76} tollgate_config_t;
73 77
74void tollgate_config_derive_unique(tollgate_config_t *cfg); 78void tollgate_config_derive_unique(tollgate_config_t *cfg);