Skip to content

Commit

Permalink
Update infrastructure.go
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmin1 committed May 6, 2024
1 parent fb17aa6 commit 6331352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcclient/infrastructure.go
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,7 @@ func (c *Client) Send() error {
}

// ParseAddressString converts an address in string format to a net.Addr that is
// compatible with lnd. UDP is not supported because lnd needs reliable
// compatible with btcd. UDP is not supported because btcd needs reliable
// connections. We accept a custom function to resolve any TCP addresses so
// that caller is able control exactly how resolution is performed.
func ParseAddressString(strAddress string, defaultPort string) (net.Addr, error) {
Expand Down

0 comments on commit 6331352

Please sign in to comment.