We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2ff14 commit 9d93535Copy full SHA for 9d93535
node/config.go
@@ -83,7 +83,7 @@ type Config struct {
83
KeyStoreDir string `toml:",omitempty"`
84
85
// ExternalSigner specifies an external URI for a clef-type signer
86
- ExternalSigner string `toml:"omitempty"`
+ ExternalSigner string `toml:",omitempty"`
87
88
// UseLightweightKDF lowers the memory and CPU requirements of the key store
89
// scrypt KDF at the expense of security.
0 commit comments