summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2024-06-09 03:23:04 +0000
committerGitHub <noreply@github.com>2024-06-09 03:23:04 +0000
commitbc520fade5cc838d5c6e9b72d2fc12b691c80125 (patch)
treef15dd6c021e246d86f5aad60c93c78a26ca9c2c9
parent70d9b07ab80ab3c267ece48f74e4e2250226d0cc (diff)
parentb33c948f00af1e93ca3be196ed7a55b58b53ed88 (diff)
downloadbips-bc520fade5cc838d5c6e9b72d2fc12b691c80125.tar.xz
Merge pull request #1614 from satsie/satsie-bip79-edit
BIP79: remove repeat word
-rw-r--r--bip-0079.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0079.mediawiki b/bip-0079.mediawiki
index 797c8f1..0c31c1c 100644
--- a/bip-0079.mediawiki
+++ b/bip-0079.mediawiki
@@ -84,7 +84,7 @@ After adding inputs to the transaction, the receiver generally will want to adju
=== Returning the partial transaction ===
-The receiver must sign all contributed inputs in the partial transaction. The partial transaction should also remove all witnesses from the the original template transaction as they are no longer valid, and need to be recalculated by the sender. The receiver returns the partial transaction as a binary-encoded HTTP response with a status code of 200. To ensure compatibility with web-wallets and browser-based-tools, all responses (including errors) must contain the HTTP header "Access-Control-Allow-Origin: *"
+The receiver must sign all contributed inputs in the partial transaction. The partial transaction should also remove all witnesses from the original template transaction as they are no longer valid, and need to be recalculated by the sender. The receiver returns the partial transaction as a binary-encoded HTTP response with a status code of 200. To ensure compatibility with web-wallets and browser-based-tools, all responses (including errors) must contain the HTTP header "Access-Control-Allow-Origin: *"
=== Sender Validation ===