1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-09 15:53:54 +00:00

Merge pull request #988 from dr-orlovsky/patch-1

BIP 174: require creator to initialize empty output fields
This commit is contained in:
Luke Dashjr
2021-02-03 22:47:20 +00:00
committed by GitHub

View File

@@ -431,7 +431,7 @@ Using the transaction format involves many different roles. Multiple roles can b
===Creator===
The Creator creates a new PSBT. It must create an unsigned transaction and place it in the PSBT.
The Creator must create empty input fields.
The Creator must create empty input and output fields.
===Updater===