fix: mark valid_payloads_dynamic_at_slow_rate to skip

This commit is contained in:
Roman 2024-04-22 15:45:09 +08:00
parent cca30d5625
commit f699099355
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -113,6 +113,8 @@ class WakuNode:
else:
logger.info(f"RLN credentials not set or credential store not available, starting without RLN")
logger.debug(f"Using volumes {self._volumes}")
self._container = self._docker_manager.start_container(
self._docker_manager.image, self._ports, default_args, self._log_path, self._ext_ip, self._volumes
)