summaryrefslogtreecommitdiff
path: root/bip-0066.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0066.mediawiki')
-rw-r--r--bip-0066.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0066.mediawiki b/bip-0066.mediawiki
index 936d507..53289f5 100644
--- a/bip-0066.mediawiki
+++ b/bip-0066.mediawiki
@@ -75,7 +75,7 @@ bool static IsValidSignatureEncoding(const std::vector<unsigned char> &sig) {
// Verify that the length of the signature matches the sum of the length
// of the elements.
if ((size_t)(lenR + lenS + 7) != sig.size()) return false;
-
+
// Check whether the R element is an integer.
if (sig[2] != 0x02) return false;
@@ -140,7 +140,7 @@ An implementation for the reference client is available at https://github.com/bi
==Acknowledgements==
-This document is extracted from the previous BIP62 proposal, which had input from various people, in particular Greg Maxwell and Peter Todd, who gave feedback about this document as well.
+This document is extracted from the previous BIP62 proposal, which had input from various people, in particular Greg Maxwell and Peter Todd, who gave feedback about this document as well.
==Disclosures==