Open inkeliz opened 6 years ago
The wallet initialy stablish a connection with some pre-defined nodes, the same behavior of the original wallet, by RaiBlocks.
This list need to be changed by the user, if they want to.
The hardcoded limit needs to be removed, allowing increase the limit when the user manually add some node. https://github.com/brokenbydefault/Nanollet/blob/9a6082c76d855ef0e9be2502e11ebe0416c87f0f/Storage/peers.go#L122
Create a new section to add a new peers, creating a new app for wallet configuration.
The wallet initialy stablish a connection with some pre-defined nodes, the same behavior of the original wallet, by RaiBlocks.
This list need to be changed by the user, if they want to.
The hardcoded limit needs to be removed, allowing increase the limit when the user manually add some node. https://github.com/brokenbydefault/Nanollet/blob/9a6082c76d855ef0e9be2502e11ebe0416c87f0f/Storage/peers.go#L122
Create a new section to add a new peers, creating a new app for wallet configuration.