1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +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
commit cf13cfa250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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===