Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixa84 committed Jan 26, 2023
1 parent 9f79d80 commit c1fb204
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def run_test(self):
self.nodes[0].generate(1)
self.sync_blocks()

self.test_cfp_fee_distribution(amount=1000, expectedFee=10, burnPct=30, vote="neutral",)
# self.test_cfp_fee_distribution(amount=1000, expectedFee=10, burnPct=30, vote="neutral",)

self.nodes[0].setgov({"ATTRIBUTES":{'v0/gov/proposals/cfp_fee':'2%'}})
self.nodes[0].generate(1)
Expand Down

0 comments on commit c1fb204

Please sign in to comment.