This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
Re-add the certificate check for lnd
on macOS
#2486
Labels
lnd
on macOS
#2486
Problem
Due to #2464 (comment) we changed comit-rs' compilation for macOS to not include the certificate check:
comit-rs/cnd/src/swap_protocols/halight/connector.rs
Lines 453 to 458 in 9735d3f
Goal
Remove the conditional compilation that excludes certificate validation on macOS.
There is already a fix on the certificate generation for lnd on the way: lightningnetwork/lnd#4201
I could confirm that this change fixes the problem on my machine.
Once lightningnetwork/lnd#4201 is closed and the change goes into a new release we can upgrade to the new
lnd
version and remove the conditional compilation on macOS.The text was updated successfully, but these errors were encountered: