found more

This commit is contained in:
blackjok3r
2018-09-27 19:04:24 +08:00
parent e5eda68dbd
commit f0587239fa
2 changed files with 9 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight)
} else if (authority == CROSSCHAIN_STAKED) {
// We need to create auth_STAKED dynamically here based on timestamp
int staked_era = STAKED_era(timestamp);
printf("ERA.(%d) \n",staked_era);
//printf("ERA.(%d) \n",staked_era);
if (staked_era == 0) {
// this is an ERA GAP, so we will ignore this notarization
//printf("Notarization for %s occured inside an ERA GAP, we will ignore it! \n",data.symbol);