Changed from port 12213 to 12313

This commit is contained in:
Mikunj 2019-03-27 13:48:25 +11:00
parent c5a45cd4f9
commit 6bbe56e148
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ function createWindow () {
if (err) throw err
let config = {
port: 12213,
port: 12313,
token: buffer.toString("hex")
}

View file

@ -85,7 +85,7 @@ export class Backend {
app: {
data_dir: this.config_dir,
wallet_data_dir: this.wallet_dir,
ws_bind_port: 12213,
ws_bind_port: 12313,
net_type: "mainnet"
},
wallet: {