diff options
author | Suhas Daftuar <sdaftuar@gmail.com> | 2017-03-10 11:21:20 -0500 |
---|---|---|
committer | Suhas Daftuar <sdaftuar@gmail.com> | 2017-03-10 21:05:57 -0500 |
commit | b9f34e84befa7db6ff8c9b92a09d0dfa40388fb7 (patch) | |
tree | acf8ab9ff2b74f8bb9bb71ac339d89c1bed19879 /qa/rpc-tests/bumpfee.py | |
parent | 21833f9456f6ad5bc06321ad6d9590f42ce0195c (diff) |
Improve readability of segwit.py
Diffstat (limited to 'qa/rpc-tests/bumpfee.py')
-rwxr-xr-x | qa/rpc-tests/bumpfee.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/bumpfee.py b/qa/rpc-tests/bumpfee.py index 69db197e7a..8f75e9ed4d 100755 --- a/qa/rpc-tests/bumpfee.py +++ b/qa/rpc-tests/bumpfee.py @@ -102,7 +102,7 @@ def test_segwit_bumpfee_succeeds(rbf_node, dest_address): segwit_out = rbf_node.validateaddress(rbf_node.getnewaddress()) rbf_node.addwitnessaddress(segwit_out["address"]) segwitid = send_to_witness( - version=0, + use_p2wsh=False, node=rbf_node, utxo=segwit_in, pubkey=segwit_out["pubkey"], |