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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/config.h b/main/config.h
index 86b5e1a..fa4d95c 100644
--- a/main/config.h
+++ b/main/config.h
@@ -60,6 +60,9 @@ typedef struct {
60 int client_retry_interval_ms; 60 int client_retry_interval_ms;
61 61
62 payout_config_t payout; 62 payout_config_t payout;
63
64 bool cvm_enabled;
65 char cvm_relays[256];
63} tollgate_config_t; 66} tollgate_config_t;
64 67
65void tollgate_config_derive_unique(tollgate_config_t *cfg); 68void tollgate_config_derive_unique(tollgate_config_t *cfg);