From 0a513952c85a578cd88b48b7ea015a2a44371f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Tue, 9 Mar 2021 23:42:08 +0100 Subject: [PATCH] better DisableWorkerFallback doc --- node/config/def.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/node/config/def.go b/node/config/def.go index 024ba562a..668173bbc 100644 --- a/node/config/def.go +++ b/node/config/def.go @@ -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 }