Merge pull request #3153 from mempool/simon/enable-advanced-gbt-mempool-production-config

Enable GBT mempool in all production configs
This commit is contained in:
wiz 2023-02-26 15:54:54 +09:00 committed by GitHub
commit 0b92b692c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
"AUDIT": true,
"CPFP_INDEXING": true,
"ADVANCED_GBT_AUDIT": true,
"ADVANCED_GBT_MEMPOOL": false,
"ADVANCED_GBT_MEMPOOL": true,
"USE_SECOND_NODE_FOR_MINFEE": true
},
"SYSLOG" : {

View file

@ -9,7 +9,7 @@
"INDEXING_BLOCKS_AMOUNT": -1,
"AUDIT": true,
"ADVANCED_GBT_AUDIT": true,
"ADVANCED_GBT_MEMPOOL": false,
"ADVANCED_GBT_MEMPOOL": true,
"POLL_RATE_MS": 1000
},
"SYSLOG" : {

View file

@ -9,7 +9,7 @@
"INDEXING_BLOCKS_AMOUNT": -1,
"AUDIT": true,
"ADVANCED_GBT_AUDIT": true,
"ADVANCED_GBT_MEMPOOL": false,
"ADVANCED_GBT_MEMPOOL": true,
"POLL_RATE_MS": 1000
},
"SYSLOG" : {