mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-03 20:46:04 +02:00
Merge pull request #5333 from wpaulino/incompatible-account-addr-type
lnwallet: check if requested address type is compatible with account
This commit is contained in:
@@ -873,9 +873,9 @@ var listAccountsCommand = cli.Command{
|
||||
Name: "list",
|
||||
Usage: "Retrieve information of existing on-chain wallet accounts.",
|
||||
Description: `
|
||||
ListAccounts retrieves all accounts belonging to the wallet by default.
|
||||
A name and key scope filter can be provided to filter through all of the
|
||||
wallet accounts and return only those matching.
|
||||
Retrieves all accounts belonging to the wallet by default. A name and
|
||||
key scope filter can be provided to filter through all of the wallet
|
||||
accounts and return only those matching.
|
||||
`,
|
||||
Flags: []cli.Flag{
|
||||
cli.StringFlag{
|
||||
|
Reference in New Issue
Block a user