mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-15 11:46:11 +00:00
example/kvstore: return ABCI query height (#4509)
* example/kvstore: return ABCI query height * CHANGELOG: added PR link * Updated tests
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user