From f2b0e8c1b5fe91ec1f1e356f8412d68d706105a8 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 21 Sep 2017 10:13:01 -0400 Subject: [PATCH] update tipping add note about txid/nout --- content/faq/tipping.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/faq/tipping.md b/content/faq/tipping.md index f7ed06b7..321e93e2 100644 --- a/content/faq/tipping.md +++ b/content/faq/tipping.md @@ -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. -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. +