mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
Fix Prove
int abci.ABCIQuery (#1485)
* fix Prove in abci query * fix Prove in abci query * fix doc * fix doc
This commit is contained in:
@ -10,7 +10,7 @@ import (
|
||||
// Query the application for some information.
|
||||
//
|
||||
// ```shell
|
||||
// curl 'localhost:46657/abci_query?path=""&data="abcd"&prove=true'
|
||||
// curl 'localhost:46657/abci_query?path=""&data="abcd"&trusted=false'
|
||||
// ```
|
||||
//
|
||||
// ```go
|
||||
|
Reference in New Issue
Block a user