File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -304,11 +304,6 @@ CMutableTransaction TestChain100Setup::CreateValidMempoolTransaction(CTransactio
304
304
return mempool_txn;
305
305
}
306
306
307
- TestChain100Setup::~TestChain100Setup ()
308
- {
309
- gArgs .ForceSetArg (" -segwitheight" , " 0" );
310
- }
311
-
312
307
CTxMemPoolEntry TestMemPoolEntryHelper::FromTx (const CMutableTransaction& tx) const
313
308
{
314
309
return FromTx (MakeTransactionRef (tx));
Original file line number Diff line number Diff line change @@ -145,8 +145,6 @@ struct TestChain100Setup : public RegTestingSetup {
145
145
CAmount output_amount = CAmount(1 * COIN),
146
146
bool submit = true);
147
147
148
- ~TestChain100Setup ();
149
-
150
148
std::vector<CTransactionRef> m_coinbase_txns; // For convenience, coinbase transactions
151
149
CKey coinbaseKey; // private/public key needed to spend coinbase transactions
152
150
};
You can’t perform that action at this time.
0 commit comments