-
Notifications
You must be signed in to change notification settings - Fork 435
Closed
Labels
Description
One use case for PSBTs is to be able to create a transaction where multiple parties have inputs. For example a dual funded lightning channel [1] where you are given the outpoint and scriptPubkey and value.
It would be nice if I could add this with TxBuilder and still let create_tx figure out what my inputs should be to make sure the joint output has the agreed upon total.
Reactions are currently unavailable