vulpemventures / ocean

:ocean: Elements/Liquid wallet daemon
MIT License
5 stars 7 forks source link

fix: Handle skipping signature in SignPset if the input is not complete #64

Closed tiero closed 6 months ago

tiero commented 6 months ago

This prevents partial transactions not complete to crash the daemon, we simply skip signing that input if not ready

It fixes #63