cculianu / Fulcrum

A fast & nimble SPV Server for BCH, BTC, and LTC
Other
325 stars 73 forks source link

IPv6 addresses should be formatted differently #242

Closed georgengelmann closed 3 months ago

georgengelmann commented 3 months ago

The output of FulcrumAdmin -p sessions returns 2001:44b8:315f:bc00:1f7b:dcc3:8823:722d:60000

It should return [2001:44b8:315f:bc00:1f7b:dcc3:8823:722d]:60000

The last part is the port - it's easier to parse the data with [] as a separator.

cculianu commented 3 months ago

Ok, fixed in master.. Note that for you to see this change you either need to build it or.. wait for a release.