mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-02-17 19:53:05 +00:00
fix(local-deployer): allow single endpoint port registration
This commit is contained in:
parent
96842b8628
commit
603437e0dd
@ -182,7 +182,7 @@ impl<E: LocalDeployerEnv> NodeManager<E> {
|
||||
.collect()
|
||||
};
|
||||
|
||||
if ports.len() <= 1 {
|
||||
if ports.is_empty() {
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user