diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2014-10-06 15:37:47 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2014-10-06 15:37:47 -0400 |
commit | 216e4824513cab6549469af0685fb710e845d5b2 (patch) | |
tree | 00e3170e48051da84d1e43e365c24f322a44b3ff | |
parent | b3925792deb52224090e096cda44c09f6563c016 (diff) | |
parent | 68c801d18b613f7745e6be3cbb7d8242ebe7b2b3 (diff) |
Merge pull request #105 from derrend/master
Update bip-0070.mediawiki, comment correction in signature field.
-rw-r--r-- | bip-0070.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0070.mediawiki b/bip-0070.mediawiki index 03baf5b..c2f7725 100644 --- a/bip-0070.mediawiki +++ b/bip-0070.mediawiki @@ -126,7 +126,7 @@ A PaymentRequest is PaymentDetails optionally tied to a merchant's identity: |- | signature || digital signature over a hash of the protocol buffer serialized variation of the PaymentRequest message, with all serialized fields serialized in numerical order (all current protocol buffer implementations serialize -fields in numerical order) and signed using the public key in pki_data. Optional fields that are not set +fields in numerical order) and signed using the private key that corresponds to the public key in pki_data. Optional fields that are not set are not serialized (however, setting a field to its default value will cause it to be serialized and will affect the signature). Before serialization, the signature field must be set to an empty value so that the field is included in the signed PaymentRequest hash but contains no data. |} |