Skip to content
Snippets Groups Projects
Commit 291f32bc authored by Éloïs's avatar Éloïs
Browse files

[fix] get WS2P peers

parent 8db926f9
Branches
Tags
1 merge request!1178Add WS2PTOR features
......@@ -143,7 +143,7 @@ export class FileDAL {
}
async getWS2Peers() {
return this.peerDAL.getPeersWithEndpointsLike('WS2P ').concat(this.peerDAL.getPeersWithEndpointsLike('WS2PTOR '))
return this.peerDAL.getPeersWithEndpointsLike('WS2P')
}
async getBlock(number:number) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment