aboutsummaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorishaanam <ishaana.misra@gmail.com>2024-06-30 14:00:31 -0400
committerishaanam <ishaana.misra@gmail.com>2024-07-01 12:27:43 -0400
commit7d55796c530f891493302059c6200d4a606c1ca9 (patch)
treee994049602ea019519b208ea93205cd7d8fb50b8 /test/functional
parentf0745d028e42486fb346015cfc481923739c479e (diff)
wallet: update mempool conflicts tests + docs
Diffstat (limited to 'test/functional')
-rwxr-xr-xtest/functional/wallet_conflicts.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/wallet_conflicts.py b/test/functional/wallet_conflicts.py
index e5739a6a59..25a95aa954 100755
--- a/test/functional/wallet_conflicts.py
+++ b/test/functional/wallet_conflicts.py
@@ -9,7 +9,6 @@ Test that wallet correctly tracks transactions that have been conflicted by bloc
from decimal import Decimal
-from test_framework.blocktools import COINBASE_MATURITY
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import (
assert_equal,
@@ -37,7 +36,6 @@ class TxConflicts(BitcoinTestFramework):
"""
self.test_block_conflicts()
- self.generatetoaddress(self.nodes[0], COINBASE_MATURITY + 7, self.nodes[2].getnewaddress())
self.test_mempool_conflict()
self.test_mempool_and_block_conflicts()
self.test_descendants_with_mempool_conflicts()