Skip to content

Commit 83d00a0

Browse files
tomt1664delta1
andauthored
Apply suggestion from @delta1
Co-authored-by: Byron Hambly <byron@hambly.dev>
1 parent 6846eef commit 83d00a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/wallet_create_tx.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def test_create_too_long_mempool_chain(self):
9898
tx_data = test_wallet.send(outputs=[{test_wallet.getnewaddress(): 25 - i}], options=options)
9999
txid = tx_data['txid']
100100

101-
options = {"include_unsafe": True, 'add_inputs': True}
102101
# Sending one more chained transaction will fail
103102
options = {"include_unsafe": True, 'add_inputs': True}
104103
assert_raises_rpc_error(-4, "Insufficient funds",

0 commit comments

Comments
 (0)