The unified diff between revisions [6afe2db1..] and [4e40e885..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'src/randpool.cpp'

#
#
# patch "src/randpool.cpp"
#  from [a8b1457d392fffbdf66fe8e4bf50f2a4c97944ab]
#    to [ee4d60d4cf28a7075e1fc511de81f9af5494f8fa]
#
============================================================
--- src/randpool.cpp	a8b1457d392fffbdf66fe8e4bf50f2a4c97944ab
+++ src/randpool.cpp	ee4d60d4cf28a7075e1fc511de81f9af5494f8fa
@@ -59,7 +59,7 @@ void Randpool::update_buffer()
 *************************************************/
 void Randpool::update_buffer()
    {
-   const u64bit timestamp = system_clock();
+   const u64bit timestamp = system_time();

    for(u32bit j = 0; j != counter.size(); ++j)
       if(++counter[j])