Unverified Commit 85126c4e authored by Zachinquarantine's avatar Zachinquarantine Committed by GitHub

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

Co-authored-by: 's avatarFelix Lange <fjl@twurst.com>
parent a0a4a153
...@@ -93,6 +93,7 @@ type Config struct { ...@@ -93,6 +93,7 @@ type Config struct {
InsecureUnlockAllowed bool `toml:",omitempty"` InsecureUnlockAllowed bool `toml:",omitempty"`
// NoUSB disables hardware wallet monitoring and connectivity. // NoUSB disables hardware wallet monitoring and connectivity.
// Deprecated: USB monitoring is disabled by default and must be enabled explicitly.
NoUSB bool `toml:",omitempty"` NoUSB bool `toml:",omitempty"`
// USB enables hardware wallet monitoring and connectivity. // USB enables hardware wallet monitoring and connectivity.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment