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

Update configuration migration script to use correct wsPort for peers #2132

Closed
nazarhussain opened this issue Jun 14, 2018 · 0 comments
Closed
Assignees

Comments

@nazarhussain
Copy link
Contributor

Expected behavior

During the configuration migration from 0.9.x to 1.0.x we did following translations

httpPort = port 
wsPort = port + 1

Same convention should be applied for peers.list[].port means

peers.list[].wsPort = port + 1

Actual behavior

Current implementation is:

peers.list[].wsPort = port

Which is actually the httpPort, so nodes are not connecting over P2P layer.

Which version(s) does this affect? (Environment, OS, etc...)

1.0.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants