Skip to content

Commit a9da179

Browse files
author
Tom Trevethan
committed
remove unused variable
1 parent 2f9eab6 commit a9da179

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/rpc_fundrawtransaction.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,6 @@ def test_option_subtract_fee_from_outputs(self):
10041004

10051005
# An external input without solving data should result in an error
10061006
raw_tx = self.nodes[2].createrawtransaction([{"txid": txid, "vout": vout}], [{addr_info['unconfidential']: 20}])
1007-
fund_tx2 = self.nodes[2].fundrawtransaction(raw_tx)
10081007

10091008
# But funding should work when the solving data is provided (as part of options)
10101009
funded_tx = self.nodes[2].fundrawtransaction(raw_tx, {"solving_data": {"pubkeys": [addr_info['pubkey']]}}, False)

0 commit comments

Comments
 (0)