forked from cerc-io/laconicd-deprecated
fix network test
This commit is contained in:
@@ -70,7 +70,7 @@ func startInProcess(cfg Config, val *Validator) error {
|
||||
return err
|
||||
}
|
||||
|
||||
if err := val.tmNode.Start(); err != nil {
|
||||
if err := tmNode.Start(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user