diff options
| author | practicalswift <[email protected]> | 2018-04-16 11:13:07 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-04-16 17:25:11 +0200 |
| commit | f020aca297e8a6c9f7b6a6e08e583847d37edace (patch) | |
| tree | b7573c8faefcf5c92d21f1bd297fc72a8da3393f /test/functional/wallet_keypool.py | |
| parent | Merge #12993: tests: Remove compatibility code not needed now when we're on P... (diff) | |
| download | discoin-f020aca297e8a6c9f7b6a6e08e583847d37edace.tar.xz discoin-f020aca297e8a6c9f7b6a6e08e583847d37edace.zip | |
Minor Python cleanups to make flake8 pass with the new rules enabled
Diffstat (limited to 'test/functional/wallet_keypool.py')
| -rwxr-xr-x | test/functional/wallet_keypool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_keypool.py b/test/functional/wallet_keypool.py index 9825e4d89..505014e48 100755 --- a/test/functional/wallet_keypool.py +++ b/test/functional/wallet_keypool.py @@ -17,7 +17,7 @@ class KeyPoolTest(BitcoinTestFramework): addr_before_encrypting_data = nodes[0].getaddressinfo(addr_before_encrypting) wallet_info_old = nodes[0].getwalletinfo() assert(addr_before_encrypting_data['hdmasterkeyid'] == wallet_info_old['hdmasterkeyid']) - + # Encrypt wallet and wait to terminate nodes[0].node_encrypt_wallet('test') # Restart node 0 |