From 7ea8a27686eb990b283082e8042952cae4b3d241 Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Thu, 21 Jun 2018 23:35:40 -0700 Subject: [PATCH] Update vm_abi.md --- drafts/vm_abi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drafts/vm_abi.md b/drafts/vm_abi.md index c58f08f25..1e66d05af 100644 --- a/drafts/vm_abi.md +++ b/drafts/vm_abi.md @@ -77,6 +77,8 @@ The currently available modules are: ## `storage` +The storage module provides a low-level content-addressed storage API to actors. Data stored using this API becomes part of the Filecoin blockchain. + ### Constants | Name | Value | @@ -86,8 +88,6 @@ The currently available modules are: | `ERR_DANGLING_POINTER` | `34` | | `ERR_OPTIMISIC_CONCURRENCY` | `35` | -The storage module provides a low-level content-addressed storage API to actors. Data stored using this API becomes part of the Filecoin blockchain. - ### `put(chunk bytes) cid` Stages a chunk to be put into storage and returns its cid. If the chunk is already in storage, then does nothing and returns its cid.