mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 15:20:24 +01:00
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |