From a183219659278a3de89e8052399331dc1f387e39 Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 5 Mar 2018 10:46:51 +0800 Subject: [PATCH] update spec formatting for docs this file is pulled in by tendermint's doc building --- specification.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/specification.rst b/specification.rst index 0c8994944..bcc9f26be 100644 --- a/specification.rst +++ b/specification.rst @@ -200,6 +200,7 @@ DeliverTx - ``Tags ([]cmn.KVPair)``: Key-Value tags for filtering and indexing transactions (eg. by account). - **Usage**: + - Deliver a transaction to be executed in full by the application. If the transaction is valid, returns CodeType.OK.