Skip to content

Commit ae7173a

Browse files
committed
fix: event filter
1 parent 1d74ee8 commit ae7173a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relayer/chains/wasm/query.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ func (ap *WasmProvider) GetBlockInfoList(
931931
ibcHandlerAddr := ap.PCfg.IbcHandlerAddress
932932

933933
txsParam := txSearchParam{
934-
query: fmt.Sprintf("tx.height>=%d AND tx.height<=%d AND wasm._contract_address='%s'", fromHeight, toHeight, ibcHandlerAddr),
934+
query: fmt.Sprintf("tx.height>=%d AND tx.height<=%d AND execute._contract_address='%s'", fromHeight, toHeight, ibcHandlerAddr),
935935
page: 1,
936936
perPage: 100,
937937
orderBy: "asc",

0 commit comments

Comments
 (0)