mirror of https://github.com/status-im/go-waku.git
nit: remove redundant field
This commit is contained in:
parent
e6d9f6b1d8
commit
f94b071a84
|
@ -42,7 +42,6 @@ type WakuPeerExchange struct {
|
|||
wg sync.WaitGroup
|
||||
peerConnector PeerConnector
|
||||
enrCache *enrCache
|
||||
enrCacheMutex sync.RWMutex
|
||||
}
|
||||
|
||||
type PeerConnector interface {
|
||||
|
|
Loading…
Reference in New Issue