This commit is contained in:
momo5502 2016-08-31 12:26:47 +02:00
parent 8d2d825be6
commit 6f776a6be7

View File

@ -31,6 +31,7 @@ namespace Components
BitMessage::BMClient->start();
#ifdef DEBUG
Command::Add("bm_send", [](Command::Params params)
{
if (params.Length() < 3) return;
@ -177,6 +178,7 @@ namespace Components
Logger::Print("Address not correct!\n");
}
});
#endif
}
BitMessage::~BitMessage()