mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-26 12:29:30 +00:00
Fix compilation
This commit is contained in:
parent
fc64691720
commit
f1bb83c036
@ -59,7 +59,7 @@ proc getDebug(
|
||||
let json = %*{
|
||||
"id": $node.switch.peerInfo.peerId,
|
||||
"addrs": node.switch.peerInfo.addrs.mapIt($it),
|
||||
"repo": $storage[].config.dataDir,
|
||||
"repo": storage[].config.dataDir.string,
|
||||
"spr": nodeSpr.toURI,
|
||||
"announceAddresses": node.discovery.announceAddrs,
|
||||
"dhtAddresses": node.discovery.dhtAddrs,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user