mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-02 07:33:17 +00:00
Fixes mapping of announce addresses
This commit is contained in:
parent
d13f6c94d3
commit
01cefcc008
@ -15,7 +15,7 @@ namespace CodexPlugin
|
||||
Id = debugInfo.Id,
|
||||
Spr = debugInfo.Spr,
|
||||
Addrs = debugInfo.Addrs.ToArray(),
|
||||
AnnounceAddresses = JArray(debugInfo.AdditionalProperties, "announceAddresses").Select(x => x.ToString()).ToArray(),
|
||||
AnnounceAddresses = debugInfo.AnnounceAddresses.ToArray(),
|
||||
Version = Map(debugInfo.Codex),
|
||||
Table = Map(debugInfo.Table)
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user