mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
Merge pull request #5952 from jblachly/key-import-docs
Docs: fix language ambiguity in key import
This commit is contained in:
commit
2aef091367
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@ default until a key has been imported into them.
|
|||
* `external_key_count`: The number of external addresses generated.
|
||||
* `internal_key_count`: The number of change addresses generated.
|
||||
* `watch_only`: Whether the wallet has private key information for the account.
|
||||
This is always true for `lnd`'s default wallet accounts.
|
||||
`lnd`'s default wallet accounts always have private key information, so this
|
||||
value is `false`.
|
||||
|
||||
# Key Import
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue