diff options
author | John Bampton <jbampton@users.noreply.github.com> | 2018-05-11 01:28:27 +1000 |
---|---|---|
committer | John Bampton <jbampton@users.noreply.github.com> | 2018-05-11 07:59:05 +1000 |
commit | 0d31ef4762f5a1428a57439d26551a99f15ddc2e (patch) | |
tree | b2943f8b56ffef8d12fdf8d79ed9d04cd8a8c62b /test/functional/wallet_dump.py | |
parent | 1c582503507b72306be1355738f1d853e499bd15 (diff) |
Enable W191 and W291 flake8 checks.
Remove trailing whitespace from Python files.
Convert tabs to spaces.
Diffstat (limited to 'test/functional/wallet_dump.py')
-rwxr-xr-x | test/functional/wallet_dump.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_dump.py b/test/functional/wallet_dump.py index 997f67ec7e..01d27dabe7 100755 --- a/test/functional/wallet_dump.py +++ b/test/functional/wallet_dump.py @@ -136,7 +136,7 @@ class WalletDumpTest(BitcoinTestFramework): assert_equal(found_addr, test_addr_count) assert_equal(found_script_addr, 2) assert_equal(found_addr_chg, 90*2 + 50) # old reserve keys are marked as change now - assert_equal(found_addr_rsv, 90*2) + assert_equal(found_addr_rsv, 90*2) assert_equal(witness_addr_ret, witness_addr) # Overwriting should fail |