1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 22:58:23 +01:00
eclair/eclair-core
Bastien Teinturier 7490bf3222
Fix random trampoline test failure (#1318)
Writing the PaymentRelayed event to the DB is not atomic.
Each part is written independently of the others (one row per part).
This is fine as nothing relies on this event being written atomically.
However tests were expecting that and we would observe rare
test failures on travis.
2020-02-14 18:24:54 +01:00
..
src Fix random trampoline test failure (#1318) 2020-02-14 18:24:54 +01:00
eclair-cli Typed amounts (#1088) 2019-08-07 17:37:38 +02:00
pom.xml Release 0.3.3 (#1300) 2020-02-03 11:07:26 +01:00