1
0
Fork 0
forked from lthn/blockchain

Merge branch 'master' into offsig

This commit is contained in:
sowle 2019-04-15 15:32:58 +03:00
commit 07a8dcc0d2

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)