This commit is contained in:
blackjok3r
2018-09-24 21:53:00 +08:00
parent 7d8a97e1f9
commit 9cdde9ca12

View File

@@ -45,7 +45,7 @@ NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight)
// We need to create auth_STAKED dynamically here based on timestamp
printf("timestamp = %d\n",timestamp);
int staked_era = STAKED_era(timestamp);
printf("ERA = %d \n", );
printf("ERA = %d \n",staked_era);
if (!CheckTxAuthority(tx, auth_STAKED))
continue;
printf("Authorised notarisation data for %s \n",data.symbol);