bpanel-org / bpanel

A Blockchain Management System, powered by bcoin
https://bpanel.org
Other
53 stars 23 forks source link

fix so that localhost is properly used as fallback for client factory #181

Closed bucko13 closed 5 years ago

bucko13 commented 5 years ago

If you left the host field blank when adding a config, it would create a malformed URL b/c hostname wasn't properly falling back to 127.0.0.1 or localhost. Can test by trying to add a dummy client with connection manager. Leave host blank and you'd get a server error.