diff --git a/content/faq/claimtrie-implementation.md b/content/faq/claimtrie-implementation.md index 47fe9130..399d0bbe 100644 --- a/content/faq/claimtrie-implementation.md +++ b/content/faq/claimtrie-implementation.md @@ -66,7 +66,7 @@ OP_CLAIM_NAME OP_2DROP OP_DROP OP_DUP OP_HASH160 OP_2DROP OP_DROP OP_DUP OP_HASH160 OP_EQUALVERIFY OP_CHECKSIG +OP_SUPPORT_CLAIM OP_2DROP OP_DROP OP_DUP OP_HASH160 OP_EQUALVERIFY OP_CHECKSIG ``` And now let's say we want to update the original claim to change the value to “Banana”. An update transaction has a special requirement that it must spend the existing claim that it wishes to update in its redeem script. Otherwise, it will be considered invalid and will not make it into the ClaimTrie. Thus it will have the below redeem script to spend the claim created to set name “Fruit” to “Apple”. Note that this is identical to the standard way of redeeming a “pay to pubkey” script in Bitcoin.