Clarification and removal of unused parameters
This commit is contained in:
parent
7623aed34f
commit
e228862a3b
2 changed files with 1 additions and 5 deletions
|
@ -179,10 +179,6 @@ function fetchMetadata(claimAddress, resolveMethod, socket) {
|
||||||
if (!claimAddress || !resolveMethod) return;
|
if (!claimAddress || !resolveMethod) return;
|
||||||
|
|
||||||
const allowedClaims = [
|
const allowedClaims = [
|
||||||
"5b7c7a202201033d99e1be2930d290c127c0f4fe",
|
|
||||||
"a1372cf5523885f5923237bfe522f02f5f054362",
|
|
||||||
"de7f7fa33e8d879b2bae7238d2bdf827a39f9301",
|
|
||||||
"fbdcd44a97810522d23d5f1335b8ca04be9d776c",
|
|
||||||
"fortnite-top-stream-moments-nickatnyte",
|
"fortnite-top-stream-moments-nickatnyte",
|
||||||
"itsadisaster",
|
"itsadisaster",
|
||||||
"six",
|
"six",
|
||||||
|
|
|
@ -44,7 +44,7 @@ function fetchMetadata(metadataId) {
|
||||||
|
|
||||||
$("#step1-placeholder").html(`
|
$("#step1-placeholder").html(`
|
||||||
<pre><code class="bash">
|
<pre><code class="bash">
|
||||||
# Example code using the daemon
|
# The LBRY app must be running on your computer for this example to work
|
||||||
curl "http://localhost:5279" --data "{ 'method': 'resolve', 'params': { 'uri': '${metadataId}' } }"
|
curl "http://localhost:5279" --data "{ 'method': 'resolve', 'params': { 'uri': '${metadataId}' } }"
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue