Skip to content

Commit 135ca1a

Browse files
authored
Merge pull request bitcoin#736 from RHavar/master
Update bip79 to require Access-Control-Allow-Origin support
2 parents 4c668c4 + 9f4922a commit 135ca1a

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
@@ -83,7 +83,7 @@ After adding inputs to the transaction, the receiver generally will want to adju
8383

8484
=== Returning the partial transaction ===
8585

86-
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.
86+
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: *"
8787

8888

8989
=== Sender Validation ===

0 commit comments

Comments
 (0)