From 0855a8173f3776a4ad71ca959a5278bd2c48ad27 Mon Sep 17 00:00:00 2001 From: Zachary Michaels Date: Thu, 3 Jul 2014 09:31:33 -0400 Subject: [PATCH] Fix mismatched type --- src/daemon/rpc_command_executor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();