LogPrint("cmpctblock","Successfully reconstructed block %s with %lu txn prefilled, %lu txn from mempool and %lu txn requested\n",hash.ToString(),prefilled_count,mempool_count,vtx_missing.size());
LogPrint("cmpctblock","Successfully reconstructed block %s with %lu txn prefilled, %lu txn from mempool (incl at least %lu from extra pool) and %lu txn requested\n",hash.ToString(),prefilled_count,mempool_count,extra_count,vtx_missing.size());