File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -606,12 +606,12 @@ const CHECK_CLTV_EXPIRY_SANITY_2: u32 = MIN_CLTV_EXPIRY_DELTA as u32 - LATENCY_G
606606/// to better separate parameters.
607607#[ derive( Clone , Debug , PartialEq ) ]
608608pub struct ChannelCounterpartyParameters {
609+ /// The node_id of our counterparty
610+ pub node_id : PublicKey ,
609611 /// The Features the channel counterparty provided upon last connection.
610612 /// Useful for routing as it is the most up-to-date copy of the counterparty's features and
611613 /// many routing-relevant features are present in the init context.
612614 pub features : InitFeatures ,
613- /// The node_id of our counterparty
614- pub node_id : PublicKey ,
615615 /// The value, in satoshis, that must always be held in the channel for our counterparty. This
616616 /// value ensures that if our counterparty broadcasts a revoked state, we can punish them by
617617 /// claiming at least this value on chain.
You can’t perform that action at this time.
0 commit comments