aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_rbf.py
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-10-27 11:18:57 +0200
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-11-09 12:25:48 +0100
commit041abfebe49ae5e3e882c00cc5caea1365a27a49 (patch)
tree55cf10c35d6cb27081e718b198c4a97a3ce3ca65 /test/functional/feature_rbf.py
parent4a2edf2bf708b6044562995e35f2dbbd2b26c364 (diff)
downloadbitcoin-041abfebe49ae5e3e882c00cc5caea1365a27a49.tar.xz
test: MiniWallet: add P2TR support and use it per default
Diffstat (limited to 'test/functional/feature_rbf.py')
-rwxr-xr-xtest/functional/feature_rbf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/feature_rbf.py b/test/functional/feature_rbf.py
index 420147542e..39859d0151 100755
--- a/test/functional/feature_rbf.py
+++ b/test/functional/feature_rbf.py
@@ -47,8 +47,8 @@ class ReplaceByFeeTest(BitcoinTestFramework):
def run_test(self):
self.wallet = MiniWallet(self.nodes[0])
# the pre-mined test framework chain contains coinbase outputs to the
- # MiniWallet's default address ADDRESS_BCRT1_P2WSH_OP_TRUE in blocks
- # 76-100 (see method BitcoinTestFramework._initialize_chain())
+ # MiniWallet's default address in blocks 76-100 (see method
+ # BitcoinTestFramework._initialize_chain())
self.wallet.rescan_utxos()
self.log.info("Running test simple doublespend...")