mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 19:51:41 +00:00
rename MsgAndTags to Message
This commit is contained in:
@ -18,7 +18,7 @@ type EventBusSubscriber interface {
|
||||
}
|
||||
|
||||
type Subscription interface {
|
||||
Out() <-chan tmpubsub.MsgAndTags
|
||||
Out() <-chan tmpubsub.Message
|
||||
Cancelled() <-chan struct{}
|
||||
Err() error
|
||||
}
|
||||
|
Reference in New Issue
Block a user