Skip to content

Commit

Permalink
clarify documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Otto committed Jan 31, 2022
1 parent 437573d commit ead45dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/lnd.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ BitBook is able to distinguish the following transaction types:

For transactions that send funds to `lnd`'s wallet, the target address is marked as owned, and
the description "lnd" is set for the address.
This is only done if no label is set for the transaction (in `lnd`).
This is only done if `lnd` does not specify a label for the transaction.

2. **Spending Transactions**

For transactions that send funds from `lnd`'s wallet, the source and change addresses are marked as owned, and
the description "lnd" is set for the addresses.
This is only done if all addresses are already marked as owned and if no label is set for the transaction (in `lnd`).
For transactions that send funds from `lnd`'s wallet, the change address is marked as owned, and
the description "lnd" is set for the source and change addresses.
This is only done if all source addresses are already marked as owned and if `lnd` does not specify a label for the transaction.

3. **Channel Opening Transactions**

Expand Down

0 comments on commit ead45dd

Please sign in to comment.