We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13f6c9 commit 01cefccCopy full SHA for 01cefcc
ProjectPlugins/CodexPlugin/Mapper.cs
@@ -15,7 +15,7 @@ public DebugInfo Map(CodexOpenApi.DebugInfo debugInfo)
15
Id = debugInfo.Id,
16
Spr = debugInfo.Spr,
17
Addrs = debugInfo.Addrs.ToArray(),
18
- AnnounceAddresses = JArray(debugInfo.AdditionalProperties, "announceAddresses").Select(x => x.ToString()).ToArray(),
+ AnnounceAddresses = debugInfo.AnnounceAddresses.ToArray(),
19
Version = Map(debugInfo.Codex),
20
Table = Map(debugInfo.Table)
21
};
0 commit comments