mirror of
https://github.com/monero-project/monero.git
synced 2025-01-28 18:56:31 +02:00
Fix mismatched type
This commit is contained in:
parent
860efa09d4
commit
0855a8173f
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user