mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-30 22:51:19 +00:00
fix typos after Thane's review
Co-Authored-By: melekes <anton.kalyaev@gmail.com>
This commit is contained in:
parent
95dc174b97
commit
b30cb5fde9
@ -38,7 +38,7 @@ func TestSubscribe(t *testing.T) {
|
||||
assertReceive(t, "Quicksilver", subscription.Out())
|
||||
}
|
||||
|
||||
func TestSubscribeWithOutCapacity(t *testing.T) {
|
||||
func TestSubscribeWithoutCapacity(t *testing.T) {
|
||||
s := pubsub.NewServer()
|
||||
s.SetLogger(log.TestingLogger())
|
||||
s.Start()
|
||||
|
@ -251,7 +251,7 @@ type WSRPCContext struct {
|
||||
WSRPCConnection
|
||||
}
|
||||
|
||||
// EventSubscriber mirros tendermint/tendermint/types.EventBusSubscriber
|
||||
// EventSubscriber mirrors tendermint/tendermint/types.EventBusSubscriber
|
||||
type EventSubscriber interface {
|
||||
Subscribe(ctx context.Context, subscriber string, query tmpubsub.Query, outCapacity ...int) (tmtypes.Subscription, error)
|
||||
Unsubscribe(ctx context.Context, subscriber string, query tmpubsub.Query) error
|
||||
|
Loading…
x
Reference in New Issue
Block a user