Browse Source

Fix typo in doxygen comment.

pull/145/head
Pavel Janík 10 years ago
parent
commit
3a05ba1bfc
  1. 2
      src/random.h

2
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);

Loading…
Cancel
Save