Skip to content

Commit 2996daa

Browse files
vijaydasmpPastaPastaPasta
authored andcommitted
(followup) bitcoin#19940
1 parent b6dbd8b commit 2996daa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/functional/test_framework/wallet.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,5 @@ def send_self_transfer(self, *, fee_rate=Decimal("0.003"), from_node, utxo_to_sp
7777
self._utxos.append({'txid': tx_info['txid'], 'vout': 0, 'value': send_value})
7878
from_node.sendrawtransaction(tx_hex)
7979
assert_equal(len(tx_hex) // 2, vsize)
80-
# Dash doesn't have `fees` in this RPC result
81-
# TODO drop this variable after 19940
82-
b19940_done = False
83-
if b19940_done:
84-
assert_equal(tx_info['fees']['base'], fee)
80+
assert_equal(tx_info['fees']['base'], fee)
8581
return {'txid': tx_info['txid'], 'hex': tx_hex}

0 commit comments

Comments
 (0)