remove comments

This commit is contained in:
0xmuralik
2022-10-06 11:34:38 +05:30
parent 66f17eba94
commit 632d53e34a
2 changed files with 0 additions and 7 deletions
-4
View File
@@ -45,10 +45,6 @@ func startInProcess(cfg Config, val *Validator) error {
}
app := cfg.AppConstructor(*val)
// genDoc, err := types.GenesisDocFromFile(tmCfg.GenesisFile())
// if err != nil {
// return err
// }
nodeKey, err := p2p.LoadOrGenNodeKey(tmCfg.NodeKeyFile())
if err != nil {