Skip to content

Commit

Permalink
Use Sys::SteadyClock for challenges
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasaglia committed Feb 17, 2016
1 parent de44b1d commit ed2d341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/src/engine/server/CryptoChallenge.h
Expand Up @@ -36,7 +36,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
class Challenge
{
public:
using Clock = std::chrono::steady_clock;
using Clock = Sys::SteadyClock;
using TimePoint = Clock::time_point;
using Duration = Clock::duration;

Expand Down

0 comments on commit ed2d341

Please sign in to comment.