1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-20 02:27:32 +01:00
eclair/eclair-core
Fabrice Drouin 290ac3dbb2
Route computation: fix fee check (#1101)
* Route computation: fix fee check

Fee check during route computation is:
- fee is below maximum value
- OR fee is below amout * maximum percentage

The second check was buggy and route computation would failed when fees we above maximum value but below maximum percentage of amount being paid.
2019-08-20 15:56:56 +02:00
..
src Route computation: fix fee check (#1101) 2019-08-20 15:56:56 +02:00
eclair-cli Typed amounts (#1088) 2019-08-07 17:37:38 +02:00
pom.xml Set version to 0.3.2-SNAPSHOT (#1062) 2019-07-04 10:00:44 +02:00