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/p2p_segwit.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/p2p_segwit.py')
-rwxr-xr-x | test/functional/p2p_segwit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_segwit.py b/test/functional/p2p_segwit.py index 4fecd4ffee..e56d2acfcf 100755 --- a/test/functional/p2p_segwit.py +++ b/test/functional/p2p_segwit.py @@ -1659,7 +1659,7 @@ class SegWitTest(BitcoinTestFramework): tx2.wit.vtxinwit.append(CTxInWitness()) tx2.wit.vtxinwit[-1].scriptWitness.stack = [ witness_program ] total_value += tx.vout[i].nValue - tx2.wit.vtxinwit[-1].scriptWitness.stack = [ witness_program_toomany ] + tx2.wit.vtxinwit[-1].scriptWitness.stack = [ witness_program_toomany ] tx2.vout.append(CTxOut(total_value, CScript([OP_TRUE]))) tx2.rehash() |