better DisableWorkerFallback doc

This commit is contained in:
Łukasz Magiera 2021-03-09 23:42:08 +01:00
parent 06b360325a
commit 0a513952c8

View File

@ -97,8 +97,9 @@ type MinerAddressConfig struct {
// sent automatically
DisableOwnerFallback bool
// DisableWorkerFallback disables usage of the worker address for messages
// sent automatically if control addresses are configured, even if those
// addresses don't have enough funds available
// sent automatically, if control addresses are configured.
// A control address that doesn't have enough funds will still be chosen
// over the worker address if this flag is set.
DisableWorkerFallback bool
}