Files
pallectrum/electrum/tests
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-10-01 20:42:34 +02:00
2020-02-10 17:45:23 +01:00
2020-03-05 07:03:09 +01:00
2020-02-04 13:35:58 +01:00
2020-03-05 07:03:09 +01:00
2020-02-25 20:45:17 +01:00
2020-02-10 17:45:23 +01:00