aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorglozow <gzhao408@berkeley.edu>2021-06-11 14:49:19 +0100
committerglozow <gzhao408@berkeley.edu>2021-07-08 09:31:45 +0100
commitb7a8cd9963e810264d3b45d0ad15af863965c47a (patch)
tree6377feb06e1377549b1f1f4f62c201500b9dcbe8 /test/functional/test_runner.py
parentfdb48163bfbf34f79dc78ffaa2bbf9e39af96687 (diff)
downloadbitcoin-b7a8cd9963e810264d3b45d0ad15af863965c47a.tar.xz
[test] submit same txid different wtxid as mempool tx
Co-authored-by: Antoine Riard <ariard@student.42.fr> Co-authored-by: Antoine Riard <antoine.riard@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 ad1acd2e2f..303742236f 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -279,6 +279,7 @@ BASE_SCRIPTS = [
'feature_asmap.py',
'mempool_unbroadcast.py',
'mempool_compatibility.py',
+ 'mempool_accept_wtxid.py',
'rpc_deriveaddresses.py',
'rpc_deriveaddresses.py --usecli',
'p2p_ping.py',