1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Merge pull request #842 from darosior/174_typo

Remove a typo in bip-0174
This commit is contained in:
Luke Dashjr 2019-09-20 00:35:04 +00:00 committed by GitHub
commit c7057971e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,7 +313,7 @@ If a Signer cannot sign a transaction, it must not add a Partial Signature.
The Signer can additionally compute the addresses and values being sent, and the transaction fee, optionally showing this data to the user as a confirmation of intent and the consequences of signing the PSBT. The Signer can additionally compute the addresses and values being sent, and the transaction fee, optionally showing this data to the user as a confirmation of intent and the consequences of signing the PSBT.
Signers do not need to sign for all possible input types. For example, a signer may choose to only sign only Segwit inputs. Signers do not need to sign for all possible input types. For example, a signer may choose to only sign Segwit inputs.
A single entity is likely to be both a Signer and an Updater as it can update a PSBT with necessary information prior to signing it. A single entity is likely to be both a Signer and an Updater as it can update a PSBT with necessary information prior to signing it.