rust-lightning/lightning
joe.miyamoto 54916db957
Fix bug in Channel
Before this commit, `fn get_inbound_outbound_available_balance_msat` always returns 0.
It is because using `cmp::min` instead of `cmp::max` .
2020-08-13 17:10:24 +09:00
..
src Fix bug in Channel 2020-08-13 17:10:24 +09:00
Cargo.toml export "unsafe_revoked_tx_signing" feature 2020-08-11 09:23:31 +02:00