Skip to content

Commit bc520fa

Browse files
authored
Merge pull request bitcoin#1614 from satsie/satsie-bip79-edit
BIP79: remove repeat word
2 parents 70d9b07 + b33c948 commit bc520fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0079.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ After adding inputs to the transaction, the receiver generally will want to adju
8484

8585
=== Returning the partial transaction ===
8686

87-
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: *"
87+
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: *"
8888

8989

9090
=== Sender Validation ===

0 commit comments

Comments
 (0)