Skip to content

Commit

Permalink
Fix tx_search query for integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Nov 26, 2020
1 parent a8e3554 commit 76450eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tendermint/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ mod rpc {

let res = rpc_client
.tx_search(
Query::eq("tx.height", tx_info.height),
Query::eq("app.key", "tx_search_key"),
true,
1,
1,
Expand Down

0 comments on commit 76450eb

Please sign in to comment.