summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2018-10-29 04:25:27 +0000
committerGitHub <noreply@github.com>2018-10-29 04:25:27 +0000
commit135ca1a2f1bafd4e108e947c027662ad6c64011e (patch)
tree59852138f4f44bdf63fe1056823f5abaf3a24fff
parent4c668c43e963b1344bbc1d58b3874d12e53bb96f (diff)
parent9f4922ae3f051ab9858cdff2c51a539a9b3cbefd (diff)
downloadbips-135ca1a2f1bafd4e108e947c027662ad6c64011e.tar.xz
Merge pull request #736 from RHavar/master
Update bip79 to require Access-Control-Allow-Origin support
-rw-r--r--bip-0079.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0079.mediawiki b/bip-0079.mediawiki
index 86e7968..7d0cc57 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 ===