akashgoswami / ipm

IOTA node peer manager. Useful for monitoring IOTA peers
MIT License
72 stars 24 forks source link

Remove whitespace from new peer address #40

Closed thepill closed 6 years ago

thepill commented 6 years ago

Problem

Adding a node with leading/trailing whitespace(s) leads to You have provided an invalid URI for your Neighbor: udp://1.2.3.4:15600

Solution

Remove whitespaces on submit as done in this pr.

akashgoswami commented 6 years ago

Thanks for your contribution!