Appcli query txs -tags return null but i have tx
Cosmos-SDK1 posts436 viewsLast activity Dec 2020
FN
FnyaOP
Dec 2020When I enter a command similar to the following:
appcli query txs --tags ‘message.action:send&message.sender:cosmos126ughw0mf642wk8gq7zalc9rpqn04s8zpvdgq7’ --page 1 --limit 30 --chain-id test1 --trust-node
Will return the following:
{“total_count”:“0”,“count”:“0”,“page_number”:“1”,“page_total”:“0”,“limit”:“30”,“txs”:}
Thank you.