mirror of https://github.com/waku-org/js-waku.git
952aadd7bb
If we `continue` when the peer is already known by the `peerStore` then the next step of checking the tags is useless (no tags if peer is not known). There are two ways around it: 1. either do nothing if peer is already in peer store 2. OR, do nothing if peer is in peer store and is already tagged I opted for the second approach to ensure all peers are tagged properly. |
||
---|---|---|
.. | ||
src | ||
.eslintrc.cjs | ||
.mocharc.json | ||
.prettierignore | ||
CHANGELOG.md | ||
karma.conf.cjs | ||
package.json | ||
rollup.config.js | ||
tsconfig.dev.json | ||
tsconfig.json |