diff options
| author | Michi Lumin <[email protected]> | 2021-07-21 20:58:12 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2021-08-04 09:29:35 +0100 |
| commit | 1d2380df56e2a5471a306a86fa76649075f12517 (patch) | |
| tree | 0546711ebaf02c7da86913024fa7dc32aaffec9b /qa/pull-tester/rpc-tests.py | |
| parent | Merge pull request #2434 from patricklodder/1.14-activatebestchain-shutdown-fix (diff) | |
| download | discoin-1d2380df56e2a5471a306a86fa76649075f12517.tar.xz discoin-1d2380df56e2a5471a306a86fa76649075f12517.zip | |
p2p: Reduce BIP125 replace by fee increment value
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
| -rwxr-xr-x | qa/pull-tester/rpc-tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index b3cf10cd3..f7a2deb0d 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -155,7 +155,7 @@ testScripts = [ 'import-rescan.py', # While fee bumping should work in Doge, these tests depend on free transactions, which we don't support. # Disable until we can do a full rewrite of the tests (possibly upstream), or revise fee schedule, or something - # 'bumpfee.py', + 'bumpfee.py', 'rpcnamedargs.py', 'listsinceblock.py', 'p2p-leaktests.py', |