Browse Source

}

pull/27/head
blackjok3r 6 years ago
parent
commit
3ae2594212
  1. 1
      src/notarisationdb.cpp

1
src/notarisationdb.cpp

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

Loading…
Cancel
Save