L2-Technology / sensei

A lightning node implementation for everyone

Home Page:https://l2.technology/sensei

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single scorer

johncantrell97 opened this issue · comments

Currently every node manages their own scorer. I was told this is not ideal and all the nodes should just share a single scorer. This probably means treating it similar to the NetworkGraph where there's only one per node that gets shared to each node. So each node "still has the ability" to have a scorer but in reality only one really does.