Skip to content

Commit

Permalink
node: add comment about --nousb being deprecated (#23439)
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Lange <fjl@twurst.com>
  • Loading branch information
Zachinquarantine and fjl authored Aug 24, 2021
1 parent a0a4a15 commit 85126c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 85126c4

Please sign in to comment.