Remove drivechain support using OP_COUNT_ACKS
This commit is contained in:
@@ -122,11 +122,6 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual bool CountAcks(const std::vector<unsigned char>& chainId, int periodAck, int periodLiveness, int& positiveAcks, int& negativeAcks) const
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
virtual ~BaseSignatureChecker() {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user