mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-02 12:26:21 +00:00
* [pubsub] fix unsubscribing by giving it the same exact query, which was used to subscribe Refs https://github.com/tendermint/tendermint/issues/1368 * use original query to unsubscribe Refs #1368 * modify the unit test the issue is fixed