1
0
Fork 0
forked from lthn/blockchain

compilation fixup

This commit is contained in:
sowle 2019-04-15 15:31:39 +03:00
parent 47aa684f4d
commit 28b7c3db2b

View file

@ -28,7 +28,6 @@ namespace tools
command_line::add_arg(desc, arg_rpc_bind_ip);
command_line::add_arg(desc, arg_rpc_bind_port);
command_line::add_arg(desc, arg_miner_text_info);
command_line::add_arg(desc, arg_rpc_ignore_status);
}
//------------------------------------------------------------------------------------------------------------------------------
wallet_rpc_server::wallet_rpc_server(wallet2& w):m_wallet(w), m_do_mint(false)