Files
pallectrum/electrum
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
..
2020-03-05 07:03:09 +01:00
2020-03-05 07:03:09 +01:00
2020-02-10 17:45:23 +01:00
2020-02-27 20:22:49 +01:00
2020-02-29 00:20:11 +01:00
2020-03-05 07:03:09 +01:00
2020-03-05 07:03:09 +01:00
2020-02-28 20:27:35 +01:00
2020-03-05 07:03:09 +01:00
2020-02-20 21:02:01 +01:00
2019-11-26 00:15:33 +01:00
2020-03-05 07:03:09 +01:00
2020-02-29 00:20:11 +01:00
2019-12-26 23:47:32 +07:00
2020-02-10 17:45:23 +01:00
2020-03-01 22:08:18 +01:00