mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-05 13:39:59 +00:00
Fix CatchableError -> ServiceSetupError (copied from #3931)
This commit is contained in:
parent
5eed0f25ff
commit
b76556e38b
@ -119,7 +119,7 @@ proc setupSwitchServices(
|
||||
for service in waku.node.switch.services:
|
||||
try:
|
||||
service.setup(waku.node.switch)
|
||||
except CatchableError as e:
|
||||
except ServiceSetupError as e:
|
||||
error "failed to set up libp2p switch service", error = e.msg
|
||||
|
||||
## Initialisation
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user