mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-30 01:02:13 +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