mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-09 08:53:10 +00:00
Fix syntax
This commit is contained in:
parent
9ea1c78be9
commit
f7a7e93ce3
@ -192,8 +192,8 @@ proc stop*(s: CodexServer) {.async.} =
|
||||
error "Failed to stop codex node", failures = res.failure.len
|
||||
raiseAssert "Failed to stop codex node"
|
||||
|
||||
if not self.taskpool.isNil:
|
||||
self.taskpool.shutdown()
|
||||
if not s.taskpool.isNil:
|
||||
s.taskpool.shutdown()
|
||||
|
||||
proc new*(
|
||||
T: type CodexServer, config: CodexConf, privateKey: CodexPrivateKey
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user