Signature failing during the funding_sign
with core lightning
#123
Labels
🐛 bug 🐛
Something isn't working
discussion
issue designed for discussion
🔨 CI/CD 🔨
Related to Github workflow
🔨 to be reproduced 🔨
Required to be reproduced in the test env
While running the current code on the latest core lightning while I am trying to simplify it a little bit but I am starting to realize that it is a complete mess and we should rewrite it from scratch.
However, back to the issue. When lnprototest init a v1 funding channel there is a funding signature check failure.
If I remove the assertion inside the test https://github.com/rustyrussell/lnprototest/blob/master/tests/test_bolt2-01-open_channel.py#L265 the test
tests/test_bolt2-01-open_channel.py::test_open_channel_opener_side
will pass, otherwise will fail with the following errorthe type
Sig
is really black magic for me now andgit blame
point to @rustyrussell@rustyrussell Du you have any clue on what can cause this regression? it is possible that a code change inside core lightning?
@Psycho-Pirate Do you see this problem in LDK sample?
The text was updated successfully, but these errors were encountered: