docs: fixup abci guide

This commit is contained in:
Zach Ramsay
2017-10-23 20:56:49 -04:00
parent 62e8ec34d1
commit ee9dc6ce59
2 changed files with 39 additions and 23 deletions

View File

@ -148,7 +148,7 @@ The result should look like:
Note the ``value`` in the result (``61626364``); this is the
hex-encoding of the ASCII of ``abcd``. You can verify this in
a python shell by running ``"61626364".decode('hex')``. Stay
tuned for a future release that `makes this output more human-readable <https://github.com/tendermint/abci/issues/32`__.
tuned for a future release that `makes this output more human-readable <https://github.com/tendermint/abci/issues/32>`__.
Now let's try setting a different key and value: