remove replacementpool
This commit is contained in:
@@ -1,24 +1,19 @@
|
||||
#ifndef KOMODO_CRYPTOCONDITIONS_H
|
||||
#define KOMODO_CRYPTOCONDITIONS_H
|
||||
|
||||
#include "replacementpool.h"
|
||||
#include "cryptoconditions/include/cryptoconditions.h"
|
||||
#include "primitives/transaction.h"
|
||||
#include "script/script.h"
|
||||
|
||||
|
||||
extern int32_t ASSETCHAINS_CC;
|
||||
extern bool ASSETCHAINS_CC_TEST;
|
||||
|
||||
static bool IsCryptoConditionsEnabled() {
|
||||
return 0 != ASSETCHAINS_CC;
|
||||
}
|
||||
|
||||
extern CTxReplacementPool replacementPool;
|
||||
|
||||
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