This commit is contained in:
blackjok3r
2018-09-24 22:13:38 +08:00
parent bb5402c9a9
commit 3ae2594212

View File

@@ -81,7 +81,6 @@ NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight)
printf("Invalid ERA.(%d), this should not happen",staked_era); printf("Invalid ERA.(%d), this should not happen",staked_era);
continue; continue;
} }
}
if (!CheckTxAuthority(tx, auth_STAKED)) if (!CheckTxAuthority(tx, auth_STAKED))
continue; continue;
printf("Authorised notarisation data for %s \n",data.symbol); printf("Authorised notarisation data for %s \n",data.symbol);