small refactor
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include "replacementpool.h"
|
||||
#include "cryptoconditions/include/cryptoconditions.h"
|
||||
#include "script/script.h"
|
||||
|
||||
|
||||
extern int32_t ASSETCHAINS_CC;
|
||||
|
||||
@@ -12,8 +14,10 @@ static bool IsCryptoConditionsEnabled() {
|
||||
|
||||
extern CTxReplacementPool replacementPool;
|
||||
|
||||
bool EvalConditionBool(const CC *cond, const CTransaction *tx);
|
||||
bool EvalConditionValidity(const CC *cond, const CTransaction *tx);
|
||||
|
||||
bool SetReplacementParams(CTxReplacementPoolItem &rep);
|
||||
|
||||
bool GetOpReturnData(const CScript &sig, std::vector<unsigned char> &data);
|
||||
|
||||
#endif /* KOMODO_CRYPTOCONDITIONS_H */
|
||||
|
||||
Reference in New Issue
Block a user