diff --git a/node/config/doc_gen.go b/node/config/doc_gen.go index 2afd1190a..b2fccb06f 100644 --- a/node/config/doc_gen.go +++ b/node/config/doc_gen.go @@ -772,7 +772,7 @@ and it is not triggered, retrieval quality for users will be impacted.`, Name: "Miner", Type: "string", - Comment: `The "owner" address of the miner`, + Comment: `The miner ID`, }, { Name: "PublishStorageDeals", diff --git a/node/config/types.go b/node/config/types.go index 4369d43ff..5201f2756 100644 --- a/node/config/types.go +++ b/node/config/types.go @@ -63,7 +63,7 @@ func (b *Boost) SetDealmakingConfig(other lotus_config.DealmakingConfig) { } type WalletsConfig struct { - // The "owner" address of the miner + // The miner ID Miner string // The wallet used to send PublishStorageDeals messages. // Must be a control or worker address of the miner.