mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 23:14:37 +00:00
add receives to all with NewReceive
This commit is contained in:
@@ -187,6 +187,8 @@ func (memR *Reactor) NewReceive(e p2p.Envelope) {
|
||||
// broadcasting happens from go routines per peer
|
||||
}
|
||||
|
||||
func (memR *Reactor) Receive(chID byte, peer p2p.Peer, msgBytes []byte) {}
|
||||
|
||||
// PeerState describes the state of a peer.
|
||||
type PeerState interface {
|
||||
GetHeight() int64
|
||||
|
||||
Reference in New Issue
Block a user