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
tapchannel: check for feature bits before opening chans
With the way the protocol works as is, we signal the optional feature
bit, so connections can be made with older peers. Rather than timeout
after they don't recognize our custom message, we'll instead use the
feature bits to detect early if they don't understand the new protocol.
Fixes#1038
0 commit comments