Clarification and removal of unused parameters

This commit is contained in:
ポール ウェッブ 2018-07-21 11:46:23 -05:00
parent 7623aed34f
commit e228862a3b
2 changed files with 1 additions and 5 deletions

View file

@ -179,10 +179,6 @@ function fetchMetadata(claimAddress, resolveMethod, socket) {
if (!claimAddress || !resolveMethod) return;
const allowedClaims = [
"5b7c7a202201033d99e1be2930d290c127c0f4fe",
"a1372cf5523885f5923237bfe522f02f5f054362",
"de7f7fa33e8d879b2bae7238d2bdf827a39f9301",
"fbdcd44a97810522d23d5f1335b8ca04be9d776c",
"fortnite-top-stream-moments-nickatnyte",
"itsadisaster",
"six",

View file

@ -44,7 +44,7 @@ function fetchMetadata(metadataId) {
$("#step1-placeholder").html(`
<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}' } }"
</code></pre>