Skip to content

psbt: allow partial transactions. - #206

Closed
rustyrussell wants to merge 1 commit into
ElementsProject:masterfrom
rustyrussell:psbt-allow-partial
Closed

psbt: allow partial transactions.#206
rustyrussell wants to merge 1 commit into
ElementsProject:masterfrom
rustyrussell:psbt-allow-partial

Conversation

@rustyrussell

Copy link
Copy Markdown
Contributor

During PSBT preparation, it can reasonably contain unfinished transactions.
In particular, we didn't allow marshalling of zero-output transactions.

Fixes: #205

During PSBT preparation, it can reasonably contain unfinished transactions.
In particular, we didn't allow marshalling of zero-output transactions.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This was referenced Jul 13, 2020
@jgriffiths

Copy link
Copy Markdown
Contributor

Closing this in favour of #210 which includes/supersedes it. Please re-open if something you need got missed in the merge.

@jgriffiths jgriffiths closed this Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

psbts with 0 outputs should be serializable.

2 participants