lightninglabs / chantools

A loose collection of tools all somehow related to lnd and Lightning Network channels.
MIT License
222 stars 32 forks source link

signpsbt: allow signing multiple inputs #142

Closed guggero closed 4 months ago

guggero commented 4 months ago

This commit fixes an issue where the signpsbt sub command was only able to sign for a single input. To avoid attempting to double sign an input that already has a partial signature, we also add a check instead of erroring out.