Fix mismatched type

This commit is contained in:
Zachary Michaels 2014-07-03 09:31:33 -04:00
parent 860efa09d4
commit 0855a8173f

View File

@ -45,7 +45,7 @@ public:
bool print_transaction_pool_short();
bool start_mining(cryptonote::account_public_address address, size_t num_threads);
bool start_mining(cryptonote::account_public_address address, uint64_t num_threads);
bool stop_mining();