diff options
| author | John Bampton <[email protected]> | 2018-05-11 01:28:27 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2018-05-11 07:59:05 +1000 |
| commit | 0d31ef4762f5a1428a57439d26551a99f15ddc2e (patch) | |
| tree | b2943f8b56ffef8d12fdf8d79ed9d04cd8a8c62b /test/functional/feature_maxuploadtarget.py | |
| parent | Merge #13192: [tests] Fixed intermittent failure in p2p_sendheaders.py. (diff) | |
| download | discoin-0d31ef4762f5a1428a57439d26551a99f15ddc2e.tar.xz discoin-0d31ef4762f5a1428a57439d26551a99f15ddc2e.zip | |
Enable W191 and W291 flake8 checks.
Remove trailing whitespace from Python files.
Convert tabs to spaces.
Diffstat (limited to 'test/functional/feature_maxuploadtarget.py')
| -rwxr-xr-x | test/functional/feature_maxuploadtarget.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_maxuploadtarget.py b/test/functional/feature_maxuploadtarget.py index 072ba6c7c..0946f27b9 100755 --- a/test/functional/feature_maxuploadtarget.py +++ b/test/functional/feature_maxuploadtarget.py @@ -100,7 +100,7 @@ class MaxUploadTest(BitcoinTestFramework): assert_equal(p2p_conns[0].block_receive_map[big_old_block], i+1) assert_equal(len(self.nodes[0].getpeerinfo()), 3) - # At most a couple more tries should succeed (depending on how long + # At most a couple more tries should succeed (depending on how long # the test has been running so far). for i in range(3): p2p_conns[0].send_message(getdata_request) |