diff options
| author | MarcoFalke <[email protected]> | 2018-12-22 17:22:55 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-12-22 17:23:25 +0100 |
| commit | fa71b38168ae3a59f3463e0e38a6eb6c88243db7 (patch) | |
| tree | ad1eb12c20f9c5bac24dd04c1c28a016bfb982fb /test/functional/feature_pruning.py | |
| parent | scripted-diff: Remove unused 'split' parameter to setup_network (diff) | |
| download | discoin-fa71b38168ae3a59f3463e0e38a6eb6c88243db7.tar.xz discoin-fa71b38168ae3a59f3463e0e38a6eb6c88243db7.zip | |
scripted-diff: Rename rpc_timewait to rpc_timeout
-BEGIN VERIFY SCRIPT-
sed -i -e 's/self.rpc_timewait/self.rpc_timeout/g' $(git grep -l self.rpc_timewait)
-END VERIFY SCRIPT-
Diffstat (limited to 'test/functional/feature_pruning.py')
| -rwxr-xr-x | test/functional/feature_pruning.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_pruning.py b/test/functional/feature_pruning.py index c162f46d6..537f80a24 100755 --- a/test/functional/feature_pruning.py +++ b/test/functional/feature_pruning.py @@ -29,7 +29,7 @@ class PruneTest(BitcoinTestFramework): def set_test_params(self): self.setup_clean_chain = True self.num_nodes = 6 - self.rpc_timewait = 900 + self.rpc_timeout = 900 # Create nodes 0 and 1 to mine. # Create node 2 to test pruning. |