From 22786f014a4b2962f065c786111af986ffe1983b Mon Sep 17 00:00:00 2001 From: Viktor Bengtsson Date: Sun, 10 Jul 2016 01:37:32 +0200 Subject: [PATCH] Set category to "wallet" Structuring faq.php into categories in preparation for adding more answers, and to make it more accessible. --- posts/faq/how-to-generate-receiving-address.md | 1 + 1 file changed, 1 insertion(+) diff --git a/posts/faq/how-to-generate-receiving-address.md b/posts/faq/how-to-generate-receiving-address.md index c818715b..c801fb0c 100644 --- a/posts/faq/how-to-generate-receiving-address.md +++ b/posts/faq/how-to-generate-receiving-address.md @@ -1,5 +1,6 @@ --- title: How do I generate a receiving address? +category: wallet --- You can generate a new receiving address by using `lbrycrd-cli getnewaddress`. Sending and receiving functionality will eventually be coming to the LBRY UI.