diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index 730df12b3..eec2499f8 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -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();