node: add comment about --nousb being deprecated (#23439)

Co-authored-by: Felix Lange <fjl@twurst.com>
This commit is contained in:
Zachinquarantine
2021-08-24 08:10:52 -04:00
committed by GitHub
parent a0a4a153e9
commit 85126c4eb9

View File

@ -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.