From 47fbd2b1ee0d7a4ce8de64bacc30a39b9e56d54d Mon Sep 17 00:00:00 2001 From: troymc Date: Sat, 26 Nov 2016 12:18:51 +0100 Subject: [PATCH] Updated asset-model.md docs re/ divisible assets --- docs/server/source/data-models/asset-model.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/server/source/data-models/asset-model.md b/docs/server/source/data-models/asset-model.md index dbe4f42f..5df5ffd3 100644 --- a/docs/server/source/data-models/asset-model.md +++ b/docs/server/source/data-models/asset-model.md @@ -28,5 +28,4 @@ For `TRANSFER` transactions we only keep the asset id. - `data`: A user supplied JSON document with custom information about the asset. Defaults to null. - _amount_: The amount of "shares". Only relevant if the asset is marked as divisible. Defaults to 1. The amount is not specified in the asset, but in the conditions (see next section). -At the time of this writing divisible, updatable, and refillable assets are not yet implemented. -See [Issue #487 on Github](https://github.com/bigchaindb/bigchaindb/issues/487) \ No newline at end of file +At the time of this writing, updatable and refillable assets are not yet implemented. \ No newline at end of file