mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-10 20:01:20 +00:00
docs: remove mention of type byte
This commit is contained in:
@ -153,11 +153,10 @@ The result should look like:
|
||||
}
|
||||
}
|
||||
|
||||
Again, the ``112`` is the type-byte. 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 ;).
|
||||
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.
|
||||
|
||||
Now let's try setting a different key and value:
|
||||
|
||||
|
Reference in New Issue
Block a user