diff options
| author | stoffu <stoffu@protonmail.ch> | 2018-02-16 20:04:04 +0900 |
|---|---|---|
| committer | stoffu <stoffu@protonmail.ch> | 2018-03-05 11:55:05 +0900 |
| commit | af773211cbc620a1be54f517bd60e587d58a7e93 (patch) | |
| tree | 40e747cbfc21c7182db27291fb29f9b033de2379 /src/daemon/rpc_command_executor.h | |
| parent | cc9a0bee04658de1a085bc9c038c4e7e4468ac7c (diff) | |
| download | monzero-core-af773211cbc620a1be54f517bd60e587d58a7e93.tar.gz monzero-core-af773211cbc620a1be54f517bd60e587d58a7e93.tar.xz monzero-core-af773211cbc620a1be54f517bd60e587d58a7e93.zip | |
Stagenet
Diffstat (limited to 'src/daemon/rpc_command_executor.h')
| -rw-r--r-- | src/daemon/rpc_command_executor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index fa83d8988..46168c93b 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -105,7 +105,7 @@ public: bool print_transaction_pool_stats(); - bool start_mining(cryptonote::account_public_address address, uint64_t num_threads, bool testnet, bool do_background_mining = false, bool ignore_battery = false); + bool start_mining(cryptonote::account_public_address address, uint64_t num_threads, cryptonote::network_type nettype, bool do_background_mining = false, bool ignore_battery = false); bool stop_mining(); |
