test: Remove unused ~TestChain100Setup

segwitheight is already 0 for regtest
This commit is contained in:
MarcoFalke
2021-08-27 12:58:54 +02:00
parent 58e02395ba
commit fa086ef539
2 changed files with 0 additions and 7 deletions

View File

@@ -304,11 +304,6 @@ CMutableTransaction TestChain100Setup::CreateValidMempoolTransaction(CTransactio
return mempool_txn;
}
TestChain100Setup::~TestChain100Setup()
{
gArgs.ForceSetArg("-segwitheight", "0");
}
CTxMemPoolEntry TestMemPoolEntryHelper::FromTx(const CMutableTransaction& tx) const
{
return FromTx(MakeTransactionRef(tx));