diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-08-27 12:58:54 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-09-16 18:47:12 +0200 |
commit | fa086ef5398b5ffded86e4f0d6633c523cb774e9 (patch) | |
tree | 3cd3dd22e9b06f5501842cd92f4367beeddc0a62 /src/test/util/setup_common.cpp | |
parent | 58e02395bad59359cc0210f2ab633d0a82827ba4 (diff) |
test: Remove unused ~TestChain100Setup
segwitheight is already 0 for regtest
Diffstat (limited to 'src/test/util/setup_common.cpp')
-rw-r--r-- | src/test/util/setup_common.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/util/setup_common.cpp b/src/test/util/setup_common.cpp index cabc4b3b49..3d8bd471da 100644 --- a/src/test/util/setup_common.cpp +++ b/src/test/util/setup_common.cpp @@ -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)); |