From f15b7041533fe8970c101a6cb1d4d8aaf93ea1fb Mon Sep 17 00:00:00 2001 From: Jonathan El-Bizri Date: Mon, 23 Sep 2024 17:13:13 -0700 Subject: [PATCH] Update IDENTITIES.md --- docs/IDENTITIES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/IDENTITIES.md b/docs/IDENTITIES.md index 95109af..07c5926 100644 --- a/docs/IDENTITIES.md +++ b/docs/IDENTITIES.md @@ -109,7 +109,7 @@ const identity = await identities.createIdentity({ id: 'me' }) const cid = CID.parse(identity.hash, base58btc) // Extract the hash from the full db path. -const bytes = await ipfs.block.get(cid) +const bytes = await ipfs.blockstore.get(cid) // Defines how we serialize/hash the data. const codec = dagCbor