Cheatcatcher tests to remove and change to max sequential POS

This commit is contained in:
miketout
2018-10-12 21:09:45 -07:00
parent a5d8fff5e5
commit 4326041663
5 changed files with 44 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ class CCheatList
}
// add a potential cheat transaction to the list. we do this for all stake transactions from orphaned stakes
bool Add(CTxHolder &txh);
bool Add(const CTxHolder &txh);
// remove a transaction from the the list
void Remove(const CTxHolder &txh);