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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@
# type: bool
# env var: LOTUS_SUBSYSTEMS_ENABLEMARKETS
#EnableMarkets = true
#EnableMarkets = false
# type: string
# env var: LOTUS_SUBSYSTEMS_SEALERAPIINFO

View File

@ -230,7 +230,7 @@ func DefaultStorageMiner() *StorageMiner {
EnableMining: true,
EnableSealing: true,
EnableSectorStorage: true,
EnableMarkets: true,
EnableMarkets: false,
},
Fees: MinerFeeConfig{