summaryrefslogtreecommitdiff
path: root/bip-0174.mediawiki
diff options
context:
space:
mode:
authordarosior <darosior@protonmail.com>2019-09-16 13:16:11 +0200
committerdarosior <darosior@protonmail.com>2019-09-16 13:16:11 +0200
commitb4e6b0fac257b773afd370d23f243ae22f8ab142 (patch)
tree8ad61dfe91d74bcae49c4bf1cbc29c162b41ad77 /bip-0174.mediawiki
parent33e6283a68ad4573d7418152350f93e39dc7e2cd (diff)
downloadbips-b4e6b0fac257b773afd370d23f243ae22f8ab142.tar.xz
bip-0174: remove duplicated 'only' (typo)
Diffstat (limited to 'bip-0174.mediawiki')
-rw-r--r--bip-0174.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki
index b4a6407..2a73053 100644
--- a/bip-0174.mediawiki
+++ b/bip-0174.mediawiki
@@ -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.