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
Relax requirements to avoid rebroadcasting spent channels
Some implementations don't always check whether channels are spent
before relaying gossip, and thus cannot guarantee that they'll only
relay unspent channels. We relax the requirements to a `SHOULD NOT`
instead of a `MUST NOT` to reflect that.
0 commit comments