You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/lifecycle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ In this stage, an IPFS node fetches the blocks of the CID and constructs the Mer
47
47
48
48
-**Verification:** The IPFS node verifies the blocks fetched by hashing them and ensuring that the resulting hash is correct. Note that this type of retrieval is _trustless_; that is, blocks can come from any node in the network.
49
49
50
-
-**Local access:** Once all blocks are present the data is successfully replicated locally.
50
+
-**Local access:** Once all blocks of the DAG with the requested CID are successfully replicated locally, the data is available for local access.
0 commit comments