summaryrefslogtreecommitdiff
path: root/bip-0070.mediawiki
diff options
context:
space:
mode:
authorDavid A. Harding <dave@dtrt.org>2014-04-26 20:26:22 -0400
committerDavid A. Harding <dave@dtrt.org>2014-04-26 20:26:22 -0400
commit3cbf3d7c030851e67b261e3a561b5490aaf7b8ab (patch)
tree1b48c93673f687ef93eef76c1fd415959185512d /bip-0070.mediawiki
parent4081d3c57f999bf80fd2fdb6b76235997d611cbe (diff)
downloadbips-3cbf3d7c030851e67b261e3a561b5490aaf7b8ab.tar.xz
Update bip-0070.mediawiki
Change "zero-byte placeholder" to "empty string"
Diffstat (limited to 'bip-0070.mediawiki')
-rw-r--r--bip-0070.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0070.mediawiki b/bip-0070.mediawiki
index 3988839..778b80f 100644
--- a/bip-0070.mediawiki
+++ b/bip-0070.mediawiki
@@ -118,7 +118,7 @@ A PaymentRequest is PaymentDetails optionally tied to a merchant's identity:
|-
| serialized_payment_details || A protocol-buffer serialized PaymentDetails message.
|-
-| signature || digital signature over a hash of the protocol buffer serialized variation of the PaymentRequest message, with all fields serialized in numerical order (all current protocol buffer implementations serialize fields in numerical order) and signed using the public key in pki_data. Before serialization, the signature field must be set to a zero-byte placeholder.
+| signature || digital signature over a hash of the protocol buffer serialized variation of the PaymentRequest message, with all fields serialized in numerical order (all current protocol buffer implementations serialize fields in numerical order) and signed using the public key in pki_data. Before serialization, the signature field must be set to an empty string.
|}
When a Bitcoin wallet application receives a PaymentRequest, it must authorize payment by doing the following: