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{
KeyBook: kb,
PeerMetadata: md,
AddrBook: ab,
Metrics: NewMetrics(),
AddrBook: ab,
Metrics: NewMetrics(),
}
}