check
This commit is contained in:
@@ -43,7 +43,6 @@ NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight)
|
|||||||
if (!CheckTxAuthority(tx, auth_STAKED))
|
if (!CheckTxAuthority(tx, auth_STAKED))
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
printf("Authorised notarisation data for %s \n",data.symbol);
|
|
||||||
|
|
||||||
if (parsed) {
|
if (parsed) {
|
||||||
vNotarisations.push_back(std::make_pair(tx.GetHash(), data));
|
vNotarisations.push_back(std::make_pair(tx.GetHash(), data));
|
||||||
|
|||||||
Reference in New Issue
Block a user