From 698222cf3249ea0760e5d11b32551c6fca923961 Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Tue, 15 Oct 2019 19:55:19 +0700 Subject: [PATCH] Update download-overview-new.md --- documents/resources/download-overview-new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/resources/download-overview-new.md b/documents/resources/download-overview-new.md index 4186faa..7037eda 100644 --- a/documents/resources/download-overview-new.md +++ b/documents/resources/download-overview-new.md @@ -33,7 +33,7 @@ For this example, we will use claim ID `d9317ac7842f88ba442fee749c4f834353c24206 ## Parse the Metadata -Perform a `getclaimbyid` call to lbrycrd using the claim ID for the claim you want to look up. You should get a response with some parameters. The `value` parameter contains the claim contents as a protobuf-encoded binary string. Decode the value using the protobuf definitions in [lbryio/types](https://github.com/lbryio/types/tree/master/proto). You will get a Claim object. +Perform a `getclaimbyid` call to lbrycrd using the claim ID for the claim you want to look up. You should get a response with some parameters. The `value` parameter contains the claim contents as a protobuf-encoded binary string. Decode the value using the protobuf definitions in [lbryio/types](https://github.com/lbryio/types/tree/master/v2/proto). You will get a Claim object. ## Get the Stream Hash