mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-24 14:50:46 +01:00
Do all the changes that will be required and are already possible to minimize the diff: - update dependencies - `'something` -> `Symbol("something")` - `BigDecimal.xValue()` -> `BigDecimal.xValue` - `Map.filterKeys` -> `Map.filterKeys.toMap` (same for `Map.mapValues`) - `def myMethod(...)` -> `def myMethod(...): Unit` |
||
---|---|---|
.. | ||
modules | ||
src | ||
pom.xml |