mirror of https://github.com/status-im/op-geth.git
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
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue