This commit is contained in:
blackjok3r
2018-11-23 03:33:04 +08:00
parent f6c1f98038
commit 141cca7fa7
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ bool CheckTxAuthority(const CTransaction &tx, CrosschainAuthority auth)
if (!seen[i]) {
if (memcmp(pk, auth.notaries[i], 33) == 0) {
seen[i] = 1;
printf("seennotary..%i\n",i);
printf("seennotary.%i\n",i);
goto found;
} else {
printf("notary.%i is not valid!\n",i);