This commit is contained in:
Arnaud 2026-05-14 12:16:50 +04:00
parent aa0d9e812b
commit e907299a53
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -14,10 +14,7 @@ const
PollInterval = 1_000
proc checkNatStatus*(
client: StorageClient,
reachability: string,
relayRunning: bool,
clientMode: bool,
client: StorageClient, reachability: string, relayRunning: bool, clientMode: bool
) {.async.} =
check eventuallySafe(
block: