aboutsummaryrefslogtreecommitdiff
path: root/src/key.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-04-08 09:49:42 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-04-08 09:56:54 +0200
commiteb87f84d1820292548102314796422eb6edd92a6 (patch)
tree24d821e20f91a76b75d5c7e7635d34ab1a5f029b /src/key.h
parent7c6bfb10eab26c88b1845e23e964b4971f56ece6 (diff)
parent437ada3e55df8ae6f801cb2aa2e79ec5bb5f1971 (diff)
downloadbitcoin-eb87f84d1820292548102314796422eb6edd92a6.tar.xz
Merge pull request #5952
437ada3 Switch test case signing to RFC6979 extra entropy (Pieter Wuille) 9d09322 Squashed 'src/secp256k1/' changes from 50cc6ab..1897b8e (Pieter Wuille)
Diffstat (limited to 'src/key.h')
-rw-r--r--src/key.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/key.h b/src/key.h
index 1f1d142887..104a8f5c72 100644
--- a/src/key.h
+++ b/src/key.h
@@ -124,8 +124,7 @@ public:
/**
* Create a DER-serialized signature.
- * The test_case parameter tweaks the deterministic nonce, and is only for
- * testing. It should be zero for normal use.
+ * The test_case parameter tweaks the deterministic nonce.
*/
bool Sign(const uint256& hash, std::vector<unsigned char>& vchSig, uint32_t test_case = 0) const;