diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2014-11-28 16:22:17 +0100 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-11-28 16:22:25 +0100 |
commit | 5270817180c7caae4d6c1dacb01605483d52eb48 (patch) | |
tree | 1b8fc9aec2950df7f96055e7cda6f2799b0c48af | |
parent | d7c8a830c4ca39ae29fcd0abadce4141a28cb04b (diff) | |
parent | 3a05ba1bfcba72bb91643510d96bd2f49a8420bd (diff) |
Merge pull request #5365
3a05ba1 Fix typo in doxygen comment. (Pavel JanÃk)
-rw-r--r-- | src/random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/random.h b/src/random.h index ec73d910c4..aa55ca2b6f 100644 --- a/src/random.h +++ b/src/random.h @@ -26,7 +26,7 @@ uint256 GetRandHash(); /** * Seed insecure_rand using the random pool. - * @param Deterministic Use a determinstic seed + * @param Deterministic Use a deterministic seed */ void seed_insecure_rand(bool fDeterministic = false); |