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
In 02-Peer-Protocol the specification says, under accept_channel -> Requirements -> The receiver:
if the chain_hash value, within the open_channel, message is set to a hash of a chain that is unknown to the receiver:
- MUST reject the channel.
To my understanding this should be a requirement for the open_channel message instead for the accept_channel message. The chain_hash value is not included in the accept_channel message and as the receiver of the accept_channel message is the sender of the open_channel message, this would be the same as the requirement for the open_channel message, that the sender
MUST ensure the chain_hash value identifies the chain it wishes to open the channel within.
The text was updated successfully, but these errors were encountered:
matthias-g
changed the title
02 - Peer Protocol: chain_hash requirement for accept_channel?
BOLT 2: chain_hash requirement for accept_channel?
Jul 20, 2018
In 02-Peer-Protocol the specification says, under
accept_channel
-> Requirements -> The receiver:To my understanding this should be a requirement for the
open_channel
message instead for theaccept_channel
message. Thechain_hash
value is not included in theaccept_channel
message and as the receiver of theaccept_channel
message is the sender of theopen_channel
message, this would be the same as the requirement for theopen_channel
message, that the senderThe text was updated successfully, but these errors were encountered: