more
This commit is contained in:
@@ -31,6 +31,7 @@ NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight)
|
|||||||
int authority = GetSymbolAuthority(data.symbol);
|
int authority = GetSymbolAuthority(data.symbol);
|
||||||
|
|
||||||
if (authority == CROSSCHAIN_KOMODO) {
|
if (authority == CROSSCHAIN_KOMODO) {
|
||||||
|
printf("Authorised notarisation data for %s \n",data.symbol);
|
||||||
if (!eval->CheckNotaryInputs(tx, nHeight, block.nTime))
|
if (!eval->CheckNotaryInputs(tx, nHeight, block.nTime))
|
||||||
continue;
|
continue;
|
||||||
} else if (authority == CROSSCHAIN_STAKED) {
|
} else if (authority == CROSSCHAIN_STAKED) {
|
||||||
@@ -38,7 +39,8 @@ 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));
|
||||||
printf("Added notarisation data for %s \n",data.symbol);
|
printf("Added notarisation data for %s \n",data.symbol);
|
||||||
|
|||||||
Reference in New Issue
Block a user