mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-28 16:01:26 +00:00
update tipping
add note about txid/nout
This commit is contained in:
parent
abaa4f39aa
commit
f2b0e8c1b5
1 changed files with 2 additions and 1 deletions
|
@ -17,4 +17,5 @@ Sending tips via the LBRY app is easy. Simply go to the page of the content you
|
||||||
|
|
||||||
When you receive a tip, the credits will come into your wallet and you can see them in your Transaction History. However, since the credits come in as supporting a claim, they will not show in your available balance.
|
When you receive a tip, the credits will come into your wallet and you can see them in your Transaction History. However, since the credits come in as supporting a claim, they will not show in your available balance.
|
||||||
|
|
||||||
To have these credits show in your balance, they must be released from the claim they support. This can be done via the protocol's [`claim_abandon`](https://lbry.io/api#claim_abandon) command. Unfortunately, this is not supported in the app, but will be available in a future release.
|
To have these credits show in your balance, they must be released from the claim they support. This can be done via the protocol's [`claim_abandon`](https://lbry.io/api#claim_abandon) command using the txid/nout parameters. Unfortunately, this is not supported in the app, but will be available in a future release.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue