Disable lotus markets by default (#10809)

This commit is contained in:
Shrenuj Bansal
2023-05-03 16:42:23 -04:00
committed by GitHub
parent 742062f84c
commit c7bdf61fb1
2 changed files with 2 additions and 2 deletions
@@ -143,7 +143,7 @@
# type: bool
# env var: LOTUS_SUBSYSTEMS_ENABLEMARKETS
#EnableMarkets = true
#EnableMarkets = false
# type: string
# env var: LOTUS_SUBSYSTEMS_SEALERAPIINFO
+1 -1
View File
@@ -230,7 +230,7 @@ func DefaultStorageMiner() *StorageMiner {
EnableMining: true,
EnableSealing: true,
EnableSectorStorage: true,
EnableMarkets: true,
EnableMarkets: false,
},
Fees: MinerFeeConfig{