rust-lightning/lightning
Valentine Wallace 1b656f4d4a
Make channel reserve variable names less confusing.
Previous to this commit, variables such as their_channel_reserve
referred to the channel reserve that _we_ are required to keep,
(the value is initially set by the remote). Similarly,
variables such as our_channel_reserve referred to the channel
reserve that we require the remote to keep.

Change this to use local_channel_reserve / remote_channel_reserve
to refer to the the channel reserve that the local is required to keep
and the channel reserve that the remote is required to keep, respectively.
2020-05-01 19:35:44 -04:00
..
src Make channel reserve variable names less confusing. 2020-05-01 19:35:44 -04:00
Cargo.toml Adopting new bitcoin hash types and crate version 2020-04-29 12:37:46 +02:00