Commit graph

3 commits

Author SHA1 Message Date
George Tsagkarelis
b51dde7af8
cmd: expose max_fee_ratio to fundpsbt command 2024-11-05 19:56:38 +01:00
Oliver Gugger
837ff3427c
cmd/lncli: add new --sat_per_kw flag to lncli wallet fundpsbt 2024-11-04 14:12:26 +01:00
Oliver Gugger
22a3988222
cmd/lncli: move commands and export
We want to export some of our CLI code to re-use in other projects. But
in Golang you cannot import code from a `main` package.
So we need to move the actual code into its own package and only have
the `func main()` in the `main` package.
2024-08-23 10:57:59 +02:00
Renamed from cmd/lncli/walletrpc_active.go (Browse further)