mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-23 22:46:44 +01:00
On startup FxApp reads the configuration from `eclair.conf` and sets a unit to which all the amounts in the UI must be converted. This unit is a CoinUnit object. Only `sat`, `mbtc` and `btc` are accepted. `msat` is not accepted because it's an internal accounting unit which should be invisible to the user. Default unit is `btc` The gui does not expose any ui feature to update this unit at runtime. |
||
---|---|---|
.. | ||
src/main | ||
pom.xml |