Skip to content

Commit

Permalink
In fee-vote script rename 'remain' to 'maintain'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Apr 20, 2022
1 parent f5a57c7 commit 8c04a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fee-vote.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def determine_vote(target: int, current: int):
elif target > current * 1.1:
return 'increase'
else:
return 'remain'
return 'maintain'


def write_vote(file: str, vote: str):
Expand Down

0 comments on commit 8c04a89

Please sign in to comment.