Disable lotus markets by default (#10809)
This commit is contained in:
parent
742062f84c
commit
c7bdf61fb1
@ -143,7 +143,7 @@
|
||||
|
||||
# type: bool
|
||||
# env var: LOTUS_SUBSYSTEMS_ENABLEMARKETS
|
||||
#EnableMarkets = true
|
||||
#EnableMarkets = false
|
||||
|
||||
# type: string
|
||||
# env var: LOTUS_SUBSYSTEMS_SEALERAPIINFO
|
||||
|
@ -230,7 +230,7 @@ func DefaultStorageMiner() *StorageMiner {
|
||||
EnableMining: true,
|
||||
EnableSealing: true,
|
||||
EnableSectorStorage: true,
|
||||
EnableMarkets: true,
|
||||
EnableMarkets: false,
|
||||
},
|
||||
|
||||
Fees: MinerFeeConfig{
|
||||
|
Loading…
Reference in New Issue
Block a user