Skip to content

Commit

Permalink
fix: remove unnecessary comment
Browse files Browse the repository at this point in the history
Co-authored-by: Vasco Santos <santos.vasco10@gmail.com>
  • Loading branch information
Alan Shaw and vasco-santos authored Nov 19, 2021
1 parent 7dbd6c8 commit c50d856
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client/src/name.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export async function resolve (service, key) {
const res = await ok(fetch(url.toString()))
const { record } = await res.json()
const entry = ipns.unmarshal(uint8ArrayFromString(record, 'base64pad'))
// TODO: ensure not expired?
await ipns.validate(pubKey, entry)
return { value: uint8ArrayToString(entry.value), record }
}
Expand Down

0 comments on commit c50d856

Please sign in to comment.