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/feature_bip68_sequence.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/feature_bip68_sequence.py')
| -rwxr-xr-x | test/functional/feature_bip68_sequence.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/feature_bip68_sequence.py b/test/functional/feature_bip68_sequence.py index e5db9e18c..eee38ce64 100755 --- a/test/functional/feature_bip68_sequence.py +++ b/test/functional/feature_bip68_sequence.py @@ -129,7 +129,7 @@ class BIP68Test(BitcoinTestFramework): # Track whether any sequence locks used should fail should_pass = True - + # Track whether this transaction was built with sequence locks using_sequence_locks = False @@ -343,7 +343,7 @@ class BIP68Test(BitcoinTestFramework): tx2.rehash() self.nodes[0].sendrawtransaction(ToHex(tx2)) - + # Now make an invalid spend of tx2 according to BIP68 sequence_value = 100 # 100 block relative locktime |