diff options
| author | Jonas Schnelli <[email protected]> | 2017-12-12 12:33:39 -1000 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2018-02-25 09:38:38 +0800 |
| commit | 3f592b81dcca3d2ef11403a623a6ba5b017567d7 (patch) | |
| tree | 374d6d45cfaa0b6c86853c79881aa0b2290ccbfd /test/functional/test_runner.py | |
| parent | Disable wallet fallbackfee by default on mainnet (diff) | |
| download | discoin-3f592b81dcca3d2ef11403a623a6ba5b017567d7.tar.xz discoin-3f592b81dcca3d2ef11403a623a6ba5b017567d7.zip | |
[QA] add wallet-rbf test
Diffstat (limited to 'test/functional/test_runner.py')
| -rwxr-xr-x | test/functional/test_runner.py | 1 |
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', |