Skip to content

Commit

Permalink
fix findContent script
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Sep 27, 2024
1 parent 86e3ea2 commit 6266705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/scripts/findContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const main = async () => {
const stored = await ultralights[0].request('portal_beaconLocalContent', [contentKey])
console.log(stored.result)

const gossipBody = await ultralights[1].request('portal_beaconFindContent', [enrs[1], contentKey])
const gossipBody = await ultralights[1].request('portal_beaconFindContent', [enrs[0], contentKey])
console.log(gossipBody)
await new Promise((res) => {
setTimeout(res, 1000)
Expand Down

0 comments on commit 6266705

Please sign in to comment.