From 885df96b8fe925ec5ee9b8f36cba30b34630139b Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Fri, 2 Apr 2021 16:50:05 -0700 Subject: [PATCH 1/4] Fix typo: charater -> character. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 222d4d5..9668864 100644 --- a/index.md +++ b/index.md @@ -308,7 +308,7 @@ lbry://meet-lbry:7a lbry://@lbry:3f/meet-lbry ``` -*Note: in a previous version of this spec, the `#` character was used to signify the claim ID portion of the url. This charater is now deprecated and will stop being supported in the future.* +*Note: in a previous version of this spec, the `#` character was used to signify the claim ID portion of the url. This character is now deprecated and will stop being supported in the future.* ##### Sequence -- 2.45.3 From 96e673a3440f03593a3a5fa28c0f2601f83f1a73 Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Fri, 2 Apr 2021 16:51:08 -0700 Subject: [PATCH 2/4] Fix grammar: add missing determiner. --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 9668864..9d18175 100644 --- a/index.md +++ b/index.md @@ -239,7 +239,7 @@ To determine the order of claims in a leaf node, the following algorithm is used 1. For each claim, recalculate the effective amount. -2. Sort the claims by effective amount in descending order. Claims tied for the same amount are ordered by block height (lowest first), then by transaction order within the block. +2. Sort the claims by effective amount in descending order. Claims tied for the same amount are ordered by block height (the lowest first), then by transaction order within the block. 3. If the controlling claim from the previous block is still first in the order, then the ordering is finished. @@ -321,7 +321,7 @@ lbry://@lbry*1/meet-lbry ##### Amount Order -The _n_th claim for this name, ordered by total amount (highest first). _n_ must be a positive number. This is useful for resolving non-controlling claims that may become controlling. +The _n_th claim for this name, ordered by total amount (the highest first). _n_ must be a positive number. This is useful for resolving non-controlling claims that may become controlling. ``` lbry://meet-lbry$2 -- 2.45.3 From a80cad7064de57c89c0f04c446e4f4a2f528c89c Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Fri, 2 Apr 2021 16:52:07 -0700 Subject: [PATCH 3/4] Fix grammar: it's -> its. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 9d18175..028f851 100644 --- a/index.md +++ b/index.md @@ -630,7 +630,7 @@ The purpose of channels is to allow content to be clustered under a single pseud #### Signing -A claim is considered part of a channel when the metadata in it's value is signed by the channel's private key. Here's the structure of a signed value: +A claim is considered part of a channel when the metadata in its value is signed by the channel's private key. Here's the structure of a signed value: field | size | description -- 2.45.3 From 795122bc0238dabd653b3539c77dea5785f2c9cd Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Fri, 2 Apr 2021 16:54:23 -0700 Subject: [PATCH 4/4] Fix grammar: add comma after conjunctive adverb. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 028f851..ce7b575 100644 --- a/index.md +++ b/index.md @@ -456,7 +456,7 @@ OP_CLAIM_NAME Fruit Apple OP_2DROP OP_DROP OP_DUP OP_HASH160
OP_EQUALV ##### OP\_UPDATE\_CLAIM -`OP_UPDATE_CLAIM` updates a claim by replacing its metadata. An update transaction has an added requirement that it must spend the output for the existing claim that it wishes to update. Otherwise, it is considered invalid and will not make it into the claimtrie. Thus it must have the following redeem script: +`OP_UPDATE_CLAIM` updates a claim by replacing its metadata. An update transaction has an added requirement that it must spend the output for the existing claim that it wishes to update. Otherwise, it is considered invalid and will not make it into the claimtrie. Thus, it must have the following redeem script: ``` -- 2.45.3