Correct bogus references to `revocation_point` in `ChannelMonitor`
[rust-lightning] / lightning / src / ln / channel.rs
index 6c610402350211c1d4cf24c85f97ae11edb2aac1..863cae4624adf9b62db787c3653b1763ff39426b 100644 (file)
@@ -5400,7 +5400,7 @@ impl<Signer: Sign> Channel<Signer> {
                                commitment_txid: counterparty_commitment_txid,
                                htlc_outputs: htlcs.clone(),
                                commitment_number: self.cur_counterparty_commitment_transaction_number,
-                               their_revocation_point: self.counterparty_cur_commitment_point.unwrap()
+                               their_per_commitment_point: self.counterparty_cur_commitment_point.unwrap()
                        }]
                };
                self.channel_state |= ChannelState::AwaitingRemoteRevoke as u32;