try to zero array of pubkeys

This commit is contained in:
blackjok3r
2018-09-25 01:17:49 +08:00
parent b60948261b
commit 2cf2e5f83e
3 changed files with 11 additions and 11 deletions

View File

@@ -45,7 +45,7 @@ NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight)
if (staked_era == 0)
{
// this is an ERA GAP, so we will ignore this notarization
printf("This notarization occured inside an ERA GAP, we will ignore it! \n");
printf("Notarization for %s occured inside an ERA GAP, we will ignore it! \n",data.symbol);
continue;
} else if (staked_era == 1)
{