From cb7d10b88f5a3be6b941e9d8acdcf12bc8fd5b14 Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Wed, 17 Feb 2016 15:45:17 +0100 Subject: [PATCH] Remove "..." to avoid warning from sphinx --- docs/source/models.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/models.md b/docs/source/models.md index 9242868c..f1a10749 100644 --- a/docs/source/models.md +++ b/docs/source/models.md @@ -14,8 +14,8 @@ Transactions, blocks and votes are represented using JSON documents with the fol "operation": "", "timestamp": "", "data": { - "hash": "", - ... + "hash": "", + "payload": {}, } }, "signature": ""