diff options
| author | Your Name <you@example.com> | 2026-05-19 14:34:12 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-19 14:34:12 +0530 |
| commit | 55917e09b186c44afc53fc0dd2d3635b34febcd8 (patch) | |
| tree | 62e07abecb50ec2c392f7b82df0eb6d50806fa4c /main | |
| parent | e366ceb336550a72c76efea4c98a2a08cca27bce (diff) | |
fix: resolve merge conflicts + test build fixes
- config.h: remove duplicate nostr_sync fields
- Makefile: add mint_health stub for test_session_payment_method
- test_tollgate_client_mining: inline market_t stub to avoid dependency cascade
- CMakeLists: add negentropy_adapter.c + esp_littlefs + negentropy REQUIRES
Diffstat (limited to 'main')
| -rw-r--r-- | main/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/config.h b/main/config.h index 9463845..50f7efb 100644 --- a/main/config.h +++ b/main/config.h | |||
| @@ -81,8 +81,6 @@ typedef struct { | |||
| 81 | 81 | ||
| 82 | char nostr_seed_relays[TOLLGATE_MAX_SEED_RELAYS][128]; | 82 | char nostr_seed_relays[TOLLGATE_MAX_SEED_RELAYS][128]; |
| 83 | int nostr_seed_relay_count; | 83 | int nostr_seed_relay_count; |
| 84 | int nostr_sync_interval_s; | ||
| 85 | int nostr_fallback_sync_interval_s; | ||
| 86 | 84 | ||
| 87 | bool market_enabled; | 85 | bool market_enabled; |
| 88 | int market_scan_interval_s; | 86 | int market_scan_interval_s; |