diff --git a/content/faq/transaction-types.md b/content/faq/transaction-types.md index 13b79e25..9d2ccccc 100644 --- a/content/faq/transaction-types.md +++ b/content/faq/transaction-types.md @@ -11,12 +11,18 @@ Many transaction types also have details associated to them such as the claim/ch --- | --- | **Spends** | LBC is sent to another address or used to purchase content.
Also, revoked content/claimed tips show as Spends1 | **Receives** | LBC received at wallet address, an incoming content payment or LBRY Reward -| **Publishes** | LBC bid associated with content publication.
Claims can be revoked via trash button2 -| **Channels** | LBC bid associated with Channel creation.
Channels can be revoked via trash button +| **Publishes** | LBC claim associated with content publication.
Claims can be revoked via trash button2 +| **Channels** | LBC claim associated with Channel creation.
Channels can be revoked via trash button | **Tips** | Tips sent or received. Received tips can be claimed via unlock button | **Supports** | Claim support sent or received. Supports can be revoked via trash button | **Updates** | Update to previously published content3. Updated claims can be revoked via trash button +1 The amount shown in the transaction list only reflects the revoke/claim fee paid. See transaction details for the amount that is returned to your wallet. + +2 If revoke icon is not available, the claim may have already been revoked or there may be an update to the claim (which can be revoked). + +3 Amount shown does not reflect balance taken out of wallet - the update process uses the original bid amount and the resulting transaction may result in a positive or negative balance to your wallet based on the updated bid amount. This will be fixed in a future release. + ### Additional Actions Certain transactions allow you to take additional actions directly from the transaction screen, such as claiming an incoming tip via the unlock button and revoking a claim via the trash button. Once the action is taken, the action icon will disappear and the resulting transaction will appear in your history. @@ -24,9 +30,3 @@ Certain transactions allow you to take additional actions directly from the tran ### What About Purchases? Content purchases and incoming content payments are not currently avavailable but are planned for a future release. Currently these show as spends. - -1 The amount shown in the transaction list only reflects the revoke/claim fee paid. See transaction details for the amount that is returned to your wallet. - -2 If revoke icon is not available, the claim may have already been revoked or there may be an update to the claim (which can be revoked). - -3 Amount shown does not reflect balance taken out of wallet - the update process uses the original bid amount and the resulting transaction may result in a positive or negative balance to your wallet based on the updated bid amount. This will be fixed in a future release.