mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-18 23:05:03 +00:00
remove event bus changes
This commit is contained in:
@@ -244,9 +244,9 @@ func (NopEventBus) Subscribe(
|
||||
ctx context.Context,
|
||||
subscriber string,
|
||||
query tmpubsub.Query,
|
||||
outCapacity ...int,
|
||||
) (Subscription, error) {
|
||||
return nil, nil
|
||||
out chan<- interface{},
|
||||
) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (NopEventBus) Unsubscribe(ctx context.Context, args tmpubsub.UnsubscribeArgs) error {
|
||||
@@ -324,11 +324,3 @@ func (NopEventBus) PublishEventBlockSyncStatus(data EventDataBlockSyncStatus) er
|
||||
func (NopEventBus) PublishEventStateSyncStatus(data EventDataStateSyncStatus) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (NopEventBus) NumClientSubscriptions(clientID string) int {
|
||||
return 0
|
||||
}
|
||||
|
||||
func (NopEventBus) NumClients() int {
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user