Remove "..." to avoid warning from sphinx

This commit is contained in:
Sylvain Bellemare 2016-02-17 15:45:17 +01:00
parent ef9d3d3a9a
commit cb7d10b88f

View File

@ -14,8 +14,8 @@ Transactions, blocks and votes are represented using JSON documents with the fol
"operation": "<string>", "operation": "<string>",
"timestamp": "<timestamp>", "timestamp": "<timestamp>",
"data": { "data": {
"hash": "<sha3 hash>", "hash": "<sha3 hash 0>",
... "payload": {},
} }
}, },
"signature": "<ECDSA signature of the transaction>" "signature": "<ECDSA signature of the transaction>"