Merge pull request #3870 from pfoytik/master

the last two docker-compose overrides need MEMPOOL_ in front
This commit is contained in:
softsimon
2023-07-12 11:02:36 +09:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -144,8 +144,8 @@ Corresponding `docker-compose.yml` overrides:
MEMPOOL_ADVANCED_GBT_AUDIT: ""
MEMPOOL_ADVANCED_GBT_MEMPOOL: ""
MEMPOOL_CPFP_INDEXING: ""
MAX_BLOCKS_BULK_QUERY: ""
DISK_CACHE_BLOCK_INTERVAL: ""
MEMPOOL_MAX_BLOCKS_BULK_QUERY: ""
MEMPOOL_DISK_CACHE_BLOCK_INTERVAL: ""
...
```