Skip to content

Commit

Permalink
Disable lotus markets by default (#10809)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrenujbansal committed May 3, 2023
1 parent 742062f commit c7bdf61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/en/default-lotus-miner-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@

# type: bool
# env var: LOTUS_SUBSYSTEMS_ENABLEMARKETS
#EnableMarkets = true
#EnableMarkets = false

# type: string
# env var: LOTUS_SUBSYSTEMS_SEALERAPIINFO
Expand Down
2 changes: 1 addition & 1 deletion node/config/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func DefaultStorageMiner() *StorageMiner {
EnableMining: true,
EnableSealing: true,
EnableSectorStorage: true,
EnableMarkets: true,
EnableMarkets: false,
},

Fees: MinerFeeConfig{
Expand Down

0 comments on commit c7bdf61

Please sign in to comment.