chore: rename peer-store properties

This commit is contained in:
Vasco Santos
2020-04-24 15:54:59 +02:00
committed by Jacob Heun
parent cb597b57d7
commit c215339a27
10 changed files with 110 additions and 110 deletions

View File

@ -42,8 +42,8 @@ module.exports = (node) => {
})
)
for (const peerData of result) {
yield peerData
for (const peer of result) {
yield peer
}
},