rust-lightning/lightning
Matt Corallo d443b79743 Correct bogus references to revocation_point in ChannelMonitor
The `ChannelMonitor` had a field for the counterparty's
`cur_revocation_points`. Somewhat confusingly, this actually stored
the counterparty's *per-commitment* points, not the (derived)
revocation points.

Here we correct this by simply renaming the references as
appropriate. Note the update in `channel.rs` makes the variable
names align correctly.
2022-05-26 00:50:30 +00:00
..
src Correct bogus references to revocation_point in ChannelMonitor 2022-05-26 00:50:30 +00:00
Cargo.toml bitcoin crate 0.28.1 2022-05-05 18:04:42 +02:00