From 85126c4eb99ab4b2ccd74c1ee66d2aba0b54a767 Mon Sep 17 00:00:00 2001 From: Zachinquarantine Date: Tue, 24 Aug 2021 08:10:52 -0400 Subject: [PATCH] node: add comment about --nousb being deprecated (#23439) Co-authored-by: Felix Lange --- node/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/node/config.go b/node/config.go index ef1da15d70..b7e99eb7bf 100644 --- a/node/config.go +++ b/node/config.go @@ -93,6 +93,7 @@ type Config struct { InsecureUnlockAllowed bool `toml:",omitempty"` // NoUSB disables hardware wallet monitoring and connectivity. + // Deprecated: USB monitoring is disabled by default and must be enabled explicitly. NoUSB bool `toml:",omitempty"` // USB enables hardware wallet monitoring and connectivity.