From 9f4922ae3f051ab9858cdff2c51a539a9b3cbefd Mon Sep 17 00:00:00 2001 From: Ryan Havar Date: Mon, 29 Oct 2018 15:18:23 +1100 Subject: [PATCH] Update bip79 to require Access-Control-Allow-Origin support --- bip-0079.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0079.mediawiki b/bip-0079.mediawiki index 86e79681..7d0cc574 100644 --- a/bip-0079.mediawiki +++ b/bip-0079.mediawiki @@ -83,7 +83,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. +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: *" === Sender Validation ===