aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorglozow <gloriajzhao@gmail.com>2022-08-31 15:38:42 +0100
committerglozow <gloriajzhao@gmail.com>2024-02-08 21:50:55 +0000
commit1fd16b5c62f54c7f4c60122acd65d852f63d1e8b (patch)
tree360de2e4bce47e65c45440ba2c37529a30f77a88 /test/functional/test_runner.py
parent27c8786ba918a42c860e6a50eaee9fdf56d7c646 (diff)
downloadbitcoin-1fd16b5c62f54c7f4c60122acd65d852f63d1e8b.tar.xz
[functional test] v3 transaction submission
Co-authored-by: Suhas Daftuar <sdaftuar@gmail.com> Co-authored-by: Gregory Sanders <gsanders87@gmail.com>
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 6016a482f8..2eb2c0b5a9 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -260,6 +260,7 @@ BASE_SCRIPTS = [
'p2p_invalid_tx.py --v2transport',
'p2p_v2_transport.py',
'example_test.py',
+ 'mempool_accept_v3.py',
'wallet_txn_doublespend.py --legacy-wallet',
'wallet_multisig_descriptor_psbt.py --descriptors',
'wallet_txn_doublespend.py --descriptors',