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

Co-authored-by: Felix Lange <fjl@twurst.com>
pull/23987/head
Zachinquarantine 3 years ago committed by GitHub
parent a0a4a153e9
commit 85126c4eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      node/config.go

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

Loading…
Cancel
Save