This commit is contained in:
Raúl Kripalani 2018-08-30 18:05:22 +01:00
parent 06d419242c
commit 81615c1df7

View File

@ -25,8 +25,8 @@ func NewPeerstoreWith(kb KeyBook, ab AddrBook, md PeerMetadata) Peerstore {
return &peerstore{ return &peerstore{
KeyBook: kb, KeyBook: kb,
PeerMetadata: md, PeerMetadata: md,
AddrBook: ab, AddrBook: ab,
Metrics: NewMetrics(), Metrics: NewMetrics(),
} }
} }