Skip to content

Draft: topic: simply reuse wirepeer.branchmap() as wirepeer.branchmaptns()

Anton Shestakov requested to merge topic/default/release-prep into branch/default

The function is just parsing bytes into a dict. In this way, branchmap and branchmaptns are completely compatible.

The only downside is that wirepeer.branchmaptns doesn't get proper function name, so if someone needs to debug this, they might still see "wirepeer.branchmap" in certain places even if we're calling branchmaptns.

Merge request reports