From ec34c8f9d26cb0d46259f34a67af4385b6e88eaa Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 28 May 2018 14:06:02 -0400 Subject: [PATCH] docs: update ABCI output (#1635) --- docs/abci-cli.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/abci-cli.rst b/docs/abci-cli.rst index 4cdd9b234..d4a73723a 100644 --- a/docs/abci-cli.rst +++ b/docs/abci-cli.rst @@ -183,6 +183,7 @@ Try running these commands: > commit -> code: OK + -> data.hex: 0x0000000000000000 > deliver_tx "abc" -> code: OK @@ -194,7 +195,7 @@ Try running these commands: > commit -> code: OK - -> data.hex: 0x49DFD15CCDACDEAE9728CB01FBB5E8688CA58B91 + -> data.hex: 0x0200000000000000 > query "abc" -> code: OK @@ -208,7 +209,7 @@ Try running these commands: > commit -> code: OK - -> data.hex: 0x70102DB32280373FBF3F9F89DA2A20CE2CD62B0B + -> data.hex: 0x0400000000000000 > query "def" -> code: OK @@ -301,6 +302,7 @@ In another window, start the ``abci-cli console``: > set_option serial on -> code: OK + -> log: OK (SetOption doesn't return anything.) > check_tx 0x00 -> code: OK