This commit is contained in:
blackjok3r
2019-01-30 12:27:56 +08:00
parent 8450004934
commit 87a1f9f000

View File

@@ -3700,7 +3700,7 @@ bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pin
{
printf("VALID NOTARISATION connect block.%i tx.%i\n NOT VALIDATING HERE YET!\n",pindex->GetHeight(),tmp);
if ( tmp != 1 )
printf("INVALID NOTARISATION notarisation tx is not in vtx[1].\n";
printf("INVALID NOTARISATION notarisation tx is not in vtx[1].\n");
}
return true;
}