aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2017-12-12 12:33:39 -1000
committerJonas Schnelli <[email protected]>2018-02-25 09:38:38 +0800
commit3f592b81dcca3d2ef11403a623a6ba5b017567d7 (patch)
tree374d6d45cfaa0b6c86853c79881aa0b2290ccbfd /test/functional/test_runner.py
parentDisable wallet fallbackfee by default on mainnet (diff)
downloaddiscoin-3f592b81dcca3d2ef11403a623a6ba5b017567d7.tar.xz
discoin-3f592b81dcca3d2ef11403a623a6ba5b017567d7.zip
[QA] add wallet-rbf test
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 c670878d6..45cbd56e7 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -126,6 +126,7 @@ BASE_SCRIPTS= [
'feature_cltv.py',
'rpc_uptime.py',
'wallet_resendwallettransactions.py',
+ 'wallet_fallbackfee.py',
'feature_minchainwork.py',
'p2p_fingerprint.py',
'feature_uacomment.py',