mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-07 16:03:13 +00:00
Fix format
This commit is contained in:
parent
dbe5a43a52
commit
f697e1eb93
@ -881,8 +881,7 @@ proc start*(self: CodexNodeRef) {.async.} =
|
|||||||
self.contracts.validator = ValidatorInteractions.none
|
self.contracts.validator = ValidatorInteractions.none
|
||||||
|
|
||||||
self.networkId = self.switch.peerInfo.peerId
|
self.networkId = self.switch.peerInfo.peerId
|
||||||
notice "Started Storage node",
|
notice "Started Storage node", id = self.networkId, addrs = self.switch.peerInfo.addrs
|
||||||
id = self.networkId, addrs = self.switch.peerInfo.addrs
|
|
||||||
|
|
||||||
proc stop*(self: CodexNodeRef) {.async.} =
|
proc stop*(self: CodexNodeRef) {.async.} =
|
||||||
trace "Stopping node"
|
trace "Stopping node"
|
||||||
|
|||||||
@ -69,7 +69,7 @@ proc sanitize(pathSegment: string): string =
|
|||||||
sanitized
|
sanitized
|
||||||
|
|
||||||
proc getTempDirName*(starttime: string, role: Role, roleIdx: int): string =
|
proc getTempDirName*(starttime: string, role: Role, roleIdx: int): string =
|
||||||
getTempDir() / "Codex" / sanitize($starttime) / sanitize($role & "_" & $roleIdx)
|
getTempDir() / "Storage" / sanitize($starttime) / sanitize($role & "_" & $roleIdx)
|
||||||
|
|
||||||
template multinodesuite*(name: string, body: untyped) =
|
template multinodesuite*(name: string, body: untyped) =
|
||||||
asyncchecksuite name:
|
asyncchecksuite name:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user