Skip to content

Commit

Permalink
fix BitswapPublicAddresses default (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr authored Jul 21, 2023
1 parent 32d1a23 commit 4c8e261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/config/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func DefaultBoost() *Boost {
SealingPipelineCacheTimeout: Duration(30 * time.Second),
FundsTaggingEnabled: true,
EnableLegacyStorageDeals: false,
BitswapPublicAddresses: []string{},
},

LotusDealmaking: lotus_config.DealmakingConfig{
Expand Down

0 comments on commit 4c8e261

Please sign in to comment.