lnd/cmd/lncli
Torakushi b3cbab4482
lncli: possibility to define an address type for changes in FundPsbt
With this commit, we can define an address type for default/imported
accounts in FundPsbt using '—change_type' flag. The value for this
flag can only be 'p2tr' at the moment. If not specified, we will use
P2WKH addresses for change outputs. Custom accounts don’t support
this flag as they have a unique scope.
2023-02-08 12:35:47 +01:00
..
arg_parse.go lncli: strip prefix from pay_req flag 2022-11-15 18:13:29 +02:00
arg_parse_test.go lncli: strip prefix from pay_req flag 2022-11-15 18:13:29 +02:00
autopilotrpc_active.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
autopilotrpc_default.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
chainrpc_active.go cmd: add chain subcommand 2022-12-07 14:50:15 +00:00
chainrpc_default.go cmd: add chain subcommand 2022-12-07 14:50:15 +00:00
cmd_custom.go lnrpc: receive custom message 2021-10-15 17:08:55 +02:00
cmd_import_mission_control.go lncli: add force flag to 2022-01-19 17:18:06 +01:00
cmd_invoice.go lncli: fix addinvoice expiry flag comment 2023-01-12 09:17:12 +09:00
cmd_macaroon.go cmd/lncli: add constrainmacaroon command 2022-05-13 13:41:10 +02:00
cmd_mission_control.go routerrpc: mark QueryProbability deprecated 2022-12-12 13:23:31 +01:00
cmd_open_channel.go lncli: Allow lncli to read binary PSBTs from a file 2022-11-17 12:41:46 +01:00
cmd_payments.go multi: remove gomnd disable directives 2023-01-17 19:43:26 +01:00
cmd_profile.go cmd+docs: fix cap out of range error in profile command 2022-08-31 15:34:39 +02:00
cmd_state.go lncli: update lncli state description 2022-02-04 08:42:06 -05:00
cmd_update_chan_status.go lncli: chan_point option for updatechanstatus 2022-07-06 10:19:12 -04:00
cmd_version.go lncli: cancel RPC context on OS interrupts 2021-03-12 10:07:49 +02:00
cmd_walletunlocker.go multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
commands.go cmd/lncli: use bitsize of 64 to read output index 2022-08-15 15:29:21 +02:00
commands_test.go lncli: add test for parseChanPoint 2022-01-13 14:35:04 +01:00
devrpc_active.go lncli: add (dev only) importgraph 2022-01-24 17:43:00 +01:00
devrpc_default.go lncli: add (dev only) importgraph 2022-01-24 17:43:00 +01:00
invoicesrpc_active.go lncli: fix addinvoice expiry flag comment 2023-01-12 09:17:12 +09:00
invoicesrpc_default.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
macaroon_jar.go lncli: add encrypted macaroon jar 2020-09-07 15:23:12 +02:00
macaroon_jar_test.go lncli: add encrypted macaroon jar 2020-09-07 15:23:12 +02:00
main.go cmd: add chain subcommand 2022-12-07 14:50:15 +00:00
neutrino_active.go cmd: add chain subcommand 2022-12-07 14:50:15 +00:00
neutrino_default.go multi: fix make fmt 2022-08-23 22:10:24 +08:00
peersrpc_active.go trivial: typo fix [skip ci] 2022-08-07 20:29:19 +00:00
peersrpc_default.go lncli: add peers updatenodeannouncement 2022-04-02 19:10:27 -07:00
profile.go cmd/lncli: add insecure flag to skip tls auth 2022-08-15 15:29:14 +02:00
routerrpc.go lncli: add mission control import command 2021-03-18 10:52:23 +02:00
types.go routing: invalid channels updatechanpolicy call 2021-09-15 10:20:49 +02:00
walletrpc_active.go lncli: possibility to define an address type for changes in FundPsbt 2023-02-08 12:35:47 +01:00
walletrpc_default.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
walletrpc_types.go lnrpc+lncli: deprecate sat_per_byte and add sat_per_vbyte 2021-03-26 17:16:40 +08:00
watchtower_active.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
watchtower_default.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
wtclient.go lncli: cancel RPC context on OS interrupts 2021-03-12 10:07:49 +02:00