This commit is contained in:
blackjok3r
2018-11-23 13:02:21 +08:00
parent a959c865b8
commit f0dd64cad8
2 changed files with 2 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ bool CheckTxAuthority(const CTransaction &tx, CrosschainAuthority auth)
printf("seennotary.%i\n",i);
goto found;
} else {
printf("notary.%i is not valid!\n",i);
//printf("notary.%i is not valid!\n",i);
}
}
}