Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Use node0X.lisk.io for ssl peers
Browse files Browse the repository at this point in the history
As the nodes got recently ssl enabled
  • Loading branch information
slaweet committed Jun 9, 2017
1 parent 37ed806 commit 86a9d82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/api/liskApi.js
Expand Up @@ -62,9 +62,7 @@ function LiskAPI (options) {
'node08.lisk.io'
];

this.defaultSSLPeers = [
'login.lisk.io'
];
this.defaultSSLPeers = this.defaultPeers;

this.defaultTestnetPeers = [
'testnet.lisk.io'
Expand Down

0 comments on commit 86a9d82

Please sign in to comment.