We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6846eef commit 83d00a0Copy full SHA for 83d00a0
test/functional/wallet_create_tx.py
@@ -98,7 +98,6 @@ def test_create_too_long_mempool_chain(self):
98
tx_data = test_wallet.send(outputs=[{test_wallet.getnewaddress(): 25 - i}], options=options)
99
txid = tx_data['txid']
100
101
- options = {"include_unsafe": True, 'add_inputs': True}
102
# Sending one more chained transaction will fail
103
options = {"include_unsafe": True, 'add_inputs': True}
104
assert_raises_rpc_error(-4, "Insufficient funds",
0 commit comments