diff options
author | Orfeas Stefanos Thyfronitis Litos <orfeas.litos@hotmail.com> | 2024-07-25 18:35:39 +0300 |
---|---|---|
committer | Orfeas Stefanos Thyfronitis Litos <orfeas.litos@hotmail.com> | 2024-07-25 18:35:39 +0300 |
commit | 9a56d3544eac1f949a747c251810f7a440d63fb9 (patch) | |
tree | 7a9af782a2d18093f9911a7bc1118559e4dd7f7a /bip-0066.mediawiki | |
parent | ad1d3bc2a7b0d84247c29f847e85c35283094e2f (diff) |
Remove trailing whitespace from all BIPs
Diffstat (limited to 'bip-0066.mediawiki')
-rw-r--r-- | bip-0066.mediawiki | 4 |
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== |