nit in --help
This commit is contained in:
parent
cb6aff83ac
commit
a181fac6be
@ -20,7 +20,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "fr.acinq.lightning"
|
group = "fr.acinq.lightning"
|
||||||
version = "0.1.0"
|
version = "0.1.1-SNAPSHOT"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
// using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.
|
// using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.
|
||||||
|
@ -99,7 +99,7 @@ class Phoenixd : CliktCommand() {
|
|||||||
"2m" to 2_000_000.sat,
|
"2m" to 2_000_000.sat,
|
||||||
"5m" to 5_000_000.sat,
|
"5m" to 5_000_000.sat,
|
||||||
"10m" to 10_000_000.sat,
|
"10m" to 10_000_000.sat,
|
||||||
).default(2_000_000.sat)
|
).default(2_000_000.sat, "2m")
|
||||||
val maxAbsoluteFee by option("--max-absolute-fee", help = "Max absolute fee for on-chain operations. Includes mining fee and service fee for auto-liquidity.")
|
val maxAbsoluteFee by option("--max-absolute-fee", help = "Max absolute fee for on-chain operations. Includes mining fee and service fee for auto-liquidity.")
|
||||||
.int().convert { it.sat }
|
.int().convert { it.sat }
|
||||||
.restrictTo(5_000.sat..100_000.sat)
|
.restrictTo(5_000.sat..100_000.sat)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user