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
f Remove final hop validation from forwarding trampoline hops
The original version of this PR uses our final node validation to add
validation for forwarding node (this is not in the specification), and
has a TODO which notes that this should be replaced with a forwarding
error when we add more forwarding code.
This commit removes the temporary code (since we reject trampoline
forwards anyway), leaving addition of forwarding validation for later
work.
0 commit comments