From 76450eb77aba17c1a0f6988abe9b8059e06efa97 Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Thu, 26 Nov 2020 14:27:21 -0500 Subject: [PATCH] Fix tx_search query for integration test Signed-off-by: Thane Thomson --- tendermint/tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tendermint/tests/integration.rs b/tendermint/tests/integration.rs index b73b53f9a..ab6a3681b 100644 --- a/tendermint/tests/integration.rs +++ b/tendermint/tests/integration.rs @@ -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,