mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-10 18:16:39 +00:00
node: add comment about --nousb being deprecated (#23439)
Co-authored-by: Felix Lange <fjl@twurst.com>
This commit is contained in:
parent
a0a4a153e9
commit
85126c4eb9
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue