mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-23 15:20:50 +01:00
bip-0174: remove duplicated 'only' (typo)
This commit is contained in:
parent
33e6283a68
commit
b4e6b0fac2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue