Uh oh!
There was an error while loading. Please reload this page.
Check if psbt is final, before broadcasting - #128
Conversation
While I was manually testing I ran into some issues and in the process of making a unit test I ended up rewriting the logic. Mainly I tried to make it easier to read by removing the loop and some of the if/then/else clauses. If this looks OK to you feel free to pull in the commit, or I can push it into your branch. notmandatory@304e3b9 |
rajarshimaitra
commented
Jan 10, 2023
Yes I briefly checked the logic and looks better than before.. Better to check for malformation also.. Like that you also included tests.. Thanks for this.. Feel free to push it on top of this PR and I will test it out too.. Or we can create a new PR closing this one.. Anything works.. |
notmandatory
commented
Jan 10, 2023
Sounds good I'll push it to your branch and also do a rebase on |
fe1dc66 to
110be3fCompare
Description
Fixes#97
Add a finalizer check before broadcasting psbts.
Checklists
All Submissions:
cargo fmtandcargo clippybefore committing