From 97ec773002329302cf7aa64de955fd49a5567159 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 15 Feb 2019 13:19:44 -0500 Subject: [PATCH] Update claimtrie.md --- documents/resources/claimtrie.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documents/resources/claimtrie.md b/documents/resources/claimtrie.md index 7c67bf0..ad9107d 100644 --- a/documents/resources/claimtrie.md +++ b/documents/resources/claimtrie.md @@ -3,9 +3,9 @@ title: Merkle Claim Trie description: Publishes to the LBRY network get placed into a Merkle Claim Trie. Learn what that is and why trie is not a typo in this resource article. --- -How the data structure that organizes claims by names works, how proofs are generated/verified and how consensus on the state of the trie is represented. +This article will discuss how the data structures that organize claims by names work, proofs are generated/verified, and consensus on the state of the trie is represented. -For looking into how claims end up in the trie, [read this instead](https://lbry.io/faq/claimtrie-implementation). +For looking into how claims end up in the trie, [read this instead](/spec#claimtrie). ## The Trie