Files
pallectrum/electrum/gui
ThomasV 8f3fcdd1a8 Fix detection of payments.
1. In lnhtlc, sent_in_ctn and failed_in_ctn need to look at the
remote ctx, and they need to be called when we receive a revocation,
not when we send one.

2. In lnchannel, we use 3 lnworker callbacks:
   - payment sent/payment failed (called when we receive a revocation)
   - payment received (called when we send a revocation)

3. Make revoke_current_commitment return a single value.
The second value was only used in tests, there is no need
to bloat the code with that
2020-03-05 07:03:09 +01:00
..
2019-08-20 09:03:11 +02:00
2020-03-05 07:03:09 +01:00
2018-09-25 18:15:28 +02:00
2019-11-04 22:24:36 +01:00
2020-02-08 12:35:07 +01:00