example/kvstore: return ABCI query height (#4509)

* example/kvstore: return ABCI query height

* CHANGELOG: added PR link

* Updated tests
This commit is contained in:
Erik Grinaker
2020-03-01 20:03:28 +00:00
committed by GitHub
parent 3f18e22c96
commit c33576e72a
5 changed files with 29 additions and 6 deletions
+2 -2
View File
@@ -192,7 +192,7 @@ Try running these commands:
> query "abc"
-> code: OK
-> log: exists
-> height: 0
-> height: 2
-> value: abc
-> value.hex: 616263
@@ -206,7 +206,7 @@ Try running these commands:
> query "def"
-> code: OK
-> log: exists
-> height: 0
-> height: 3
-> value: xyz
-> value.hex: 78797A
```