Remove libcryptoconditions dependency #381
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
* *
|
||||
******************************************************************************/
|
||||
|
||||
#include <cryptoconditions.h>
|
||||
#include "interpreter.h"
|
||||
#include "consensus/upgrades.h"
|
||||
#include "primitives/transaction.h"
|
||||
@@ -1366,14 +1365,6 @@ int TransactionSignatureChecker::CheckCryptoCondition(
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
int TransactionSignatureChecker::CheckEvalCondition(const CC *cond) const
|
||||
{
|
||||
//fprintf(stderr, "Cannot check crypto-condition Eval outside of server, returning true in pre-checks\n");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
bool TransactionSignatureChecker::CheckLockTime(const CScriptNum& nLockTime) const
|
||||
{
|
||||
// There are two times of nLockTime: lock-by-blockheight
|
||||
|
||||
Reference in New Issue
Block a user