feat: allow configurable validators and selectors to the dht (#288)

* feat: allow configurable validators and selectors to the dht

* chore: remove fallback
This commit is contained in:
Vasco Santos
2018-11-29 14:10:23 +00:00
committed by Jacob Heun
parent 581a1de472
commit 7d12eb9e26
4 changed files with 61 additions and 7 deletions

View File

@@ -427,7 +427,7 @@ describe('transports', () => {
cb()
}),
(cb) => {
const wstar = new WRTCStar({wrtc: wrtc})
const wstar = new WRTCStar({ wrtc: wrtc })
createNode([
'/ip4/0.0.0.0/tcp/0',
@@ -474,7 +474,7 @@ describe('transports', () => {
}),
(cb) => {
const wstar = new WRTCStar({wrtc: wrtc})
const wstar = new WRTCStar({ wrtc: wrtc })
createNode([
'/ip4/127.0.0.1/tcp/24642/ws/p2p-webrtc-star'