more prints

This commit is contained in:
blackjok3r
2018-09-24 20:03:01 +08:00
parent 267745130b
commit 108c04eaf6

View File

@@ -27,7 +27,7 @@ NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight)
printf("Parsed notarisation data for %s \n",data.symbol);
if (!parsed) data = NotarisationData();
printf("Parsed notarisation data for %s \n",data.symbol);
printf("Checked notarisation data for %s \n",data.symbol);
int authority = GetSymbolAuthority(data.symbol);
if (authority == CROSSCHAIN_KOMODO) {
@@ -47,6 +47,7 @@ NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight)
LogPrintf("WARNING: Couldn't parse notarisation for tx: %s at height %i\n",
tx.GetHash().GetHex().data(), nHeight);
}
printf("Authorised and added notarisation data for %s \n",data.symbol);
return vNotarisations;
}