1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-25 15:09:53 +01:00
eclair/eclair-core
Dominique 3e46475f9f Initialize global feerate with default from conf (#1019)
`Globals.feeratePerKB` is an atomic reference initialized to `null` and
is asynchronously set by the fee provider only once it's ready. This
means that it is possible to retrieve a null object from feeratePerKB,
scenario that must be handled separately to prevent any issues.

This commit now initialize `Globals.feeratePerKB` with the default
values set in the configuration file. This makes sure that the
feerate is always set to a meaningful value.
2019-06-03 09:44:06 +02:00
..
src Initialize global feerate with default from conf (#1019) 2019-06-03 09:44:06 +02:00
eclair-cli Update bash autocompletion for eclair-cli (#983) 2019-05-09 09:45:47 +02:00
pom.xml Increase Service and EclairImpl test coverage (#1004) 2019-05-20 14:22:09 +02:00