You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean up TestKeysInterface random bytes override interface
Its very confusing to have multiple fields that do the same thing,
one of which isn't even used for its stated purpose anymore after
the previous few commits.
let channels = [create_announced_chan_between_nodes(&nodes,0,1,InitFeatures::known(),InitFeatures::known()),create_announced_chan_between_nodes(&nodes,1,2,InitFeatures::known(),InitFeatures::known())];
0 commit comments