Fix 13021

This commit is contained in:
UdjinM6 2020-07-18 22:22:44 +03:00 committed by pasta
parent a6cdb75b18
commit 1c3b360cfc

View File

@ -107,6 +107,7 @@ const CLogCategoryDesc LogCategories[] =
{BCLog::TOR, "tor"}, {BCLog::TOR, "tor"},
{BCLog::MEMPOOL, "mempool"}, {BCLog::MEMPOOL, "mempool"},
{BCLog::HTTP, "http"}, {BCLog::HTTP, "http"},
{BCLog::BENCHMARK, "bench"},
{BCLog::ZMQ, "zmq"}, {BCLog::ZMQ, "zmq"},
{BCLog::DB, "db"}, {BCLog::DB, "db"},
{BCLog::RPC, "rpc"}, {BCLog::RPC, "rpc"},
@ -115,6 +116,7 @@ const CLogCategoryDesc LogCategories[] =
{BCLog::SELECTCOINS, "selectcoins"}, {BCLog::SELECTCOINS, "selectcoins"},
{BCLog::REINDEX, "reindex"}, {BCLog::REINDEX, "reindex"},
{BCLog::CMPCTBLOCK, "cmpctblock"}, {BCLog::CMPCTBLOCK, "cmpctblock"},
{BCLog::RANDOM, "rand"},
{BCLog::PRUNE, "prune"}, {BCLog::PRUNE, "prune"},
{BCLog::PROXY, "proxy"}, {BCLog::PROXY, "proxy"},
{BCLog::MEMPOOLREJ, "mempoolrej"}, {BCLog::MEMPOOLREJ, "mempoolrej"},