mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
Fixes: #574 The issue states that we should follow the standard when parsing the port for IPv6 [addr]:port syntax, but this is actually already supported by the daemon. The issue arises due to the `lightning-cli` misinterpreting [addr]:port as an array. This modification makes [addr]:port interpreted as a string.