Skip to content

Commit 9d93535

Browse files
authored
node: missing comma on toml tags (#21187)
1 parent 4b2ff14 commit 9d93535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ type Config struct {
8383
KeyStoreDir string `toml:",omitempty"`
8484

8585
// ExternalSigner specifies an external URI for a clef-type signer
86-
ExternalSigner string `toml:"omitempty"`
86+
ExternalSigner string `toml:",omitempty"`
8787

8888
// UseLightweightKDF lowers the memory and CPU requirements of the key store
8989
// scrypt KDF at the expense of security.

0 commit comments

Comments
 (0)