From 6167d3d25b4a0334b64dc779229ccd2c29f1c878 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Wed, 20 Sep 2017 20:06:13 -0400 Subject: [PATCH] update tipping doc --- content/faq/tipping.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/faq/tipping.md b/content/faq/tipping.md index b33de2d3..7d33479c 100644 --- a/content/faq/tipping.md +++ b/content/faq/tipping.md @@ -5,11 +5,11 @@ category: getstarted LBRY allows you to tip and support your favorite creators. -Tips sent via the LBRY app or via the protocol's [`whatever`](https://lbry.io/api#whatever) command sends LBRY credits to the content creators. These credits automatically stored as associated with the content owners' claim, which helps the claim perform better in search results and be the winning [vanity name claims](https://lbry.io/faq/naming). +Tips can be sent via the LBRY app or via the protocol's [`wallet_send`](https://lbry.io/api#wallet_send) command (with an associated claim id). These credits automatically stored as associated with the content owners' claim, which helps the claim perform better in search results and be the winning [vanity name claims](https://lbry.io/faq/naming). ### How do I send a tip? -Sending tips via the LBRY app is easy. Simply go to the URL which you want to send a tip to and click "Support". Next, you'll be prompted for the tip amount in LBRY Credits (LBC). Once you enter a value, click "Send". Mahalo! +Sending tips via the LBRY app is easy. Simply go to the page of the content you want to support and click "Support". Next, you'll be prompted for the tip amount in LBRY Credits (LBC). Once you enter a value, click "Send". Mahalo! *Note: This amount will show up in your transaction list and will be deducted from your balance.* @@ -17,4 +17,4 @@ Sending tips via the LBRY app is easy. Simply go to the URL which you want to se 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 [`whatever`](https://lbry.io/api#whatever) 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. Unfortunately, this is not supported in the app, but will be available in a future release.