fix prints and revert mempool error.

This commit is contained in:
blackjok3r
2018-12-17 16:24:29 +08:00
parent ce7aed05cd
commit cacd2c7c02
3 changed files with 1 additions and 7 deletions

View File

@@ -42,7 +42,6 @@ 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);
goto found;
} else {
//printf("notary.%i is not valid!\n",i);