We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b21ed commit e5f179aCopy full SHA for e5f179a
netdeploy/networkTemplate.go
@@ -43,7 +43,7 @@ type NetworkTemplate struct {
43
Genesis gen.GenesisData
44
Nodes []remote.NodeConfigGoal
45
Consensus config.ConsensusProtocols
46
- kmdConfig TemplateKMDConfig
+ kmdConfig TemplateKMDConfig // set by OverrideKmdConfig
47
}
48
49
// TemplateKMDConfig is a subset of the kmd configuration that can be overridden in the network template
0 commit comments