1
0
Fork 0
forked from lthn/blockchain

Merge branch 'develop' into tor

This commit is contained in:
cryptozoidberg 2022-02-17 16:21:54 +03:00
commit 3c9901f68a
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -852,12 +852,6 @@ bool MainWindow::handle_deeplink_params_in_commandline()
bool MainWindow::init_backend(int argc, char* argv[])
{
if (argc > 1)
{
std::string msg = "Command_line 1: ";
msg += argv[1];
message_box(msg.c_str());
}
TRY_ENTRY();
std::string command_line_fail_details;