Skip to content

Commit

Permalink
Enable withdrawals using build command
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Nov 3, 2021
1 parent 27cacb2 commit 89f3230
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cardano_node_tests/tests/test_staking.py
Original file line number Diff line number Diff line change
Expand Up @@ -2358,12 +2358,8 @@ def test_no_reward_deregistered_reward_addr(

# withdraw pool rewards to payment address
# use `transaction build` if possible
# TODO: disabled until BUG https://github.com/input-output-hk/cardano-node/issues/3074
# is fixed
# pylint: disable=condition-evals-to-constant
if (
False
and VERSIONS.transaction_era >= VERSIONS.ALONZO
VERSIONS.transaction_era >= VERSIONS.ALONZO
and VERSIONS.transaction_era == VERSIONS.cluster_era
):
withdraw_reward_w_build(
Expand Down

0 comments on commit 89f3230

Please sign in to comment.