good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 9d935356 authored by Mariano Cortesi's avatar Mariano Cortesi Committed by GitHub
Browse files

node: missing comma on toml tags (#21187)

parent 4b2ff145
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ type Config struct {
KeyStoreDir string `toml:",omitempty"`
// ExternalSigner specifies an external URI for a clef-type signer
ExternalSigner string `toml:"omitempty"`
ExternalSigner string `toml:",omitempty"`
// UseLightweightKDF lowers the memory and CPU requirements of the key store
// scrypt KDF at the expense of security.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment