try
This commit is contained in:
@@ -42,10 +42,14 @@ bool CheckTxAuthority(const CTransaction &tx, CrosschainAuthority auth)
|
|||||||
if (!seen[i]) {
|
if (!seen[i]) {
|
||||||
if (memcmp(pk, auth.notaries[i], 33) == 0) {
|
if (memcmp(pk, auth.notaries[i], 33) == 0) {
|
||||||
seen[i] = 1;
|
seen[i] = 1;
|
||||||
|
printf("seennotary..%i\n",i);
|
||||||
goto found;
|
goto found;
|
||||||
|
} else {
|
||||||
|
printf("notary.%i is not valid!\n",i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
found:;
|
found:;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user