Skip to content

Commit

Permalink
now i missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
talvasconcelos committed Feb 10, 2024
1 parent bbc4f3b commit 2f2dabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async def update_tpos_withdraw(data: TPoS, tpos_id: str) -> TPoS:
# Calculate the time between withdrawals in seconds
now = await get_current_timestamp()
time_elapsed = now - data.withdrawtime
# withdraw_time_seconds = data.withdrawbtwn * 60
withdraw_time_seconds = data.withdrawbtwn * 60
if data.withdrawtimeopt != "secs":
withdraw_time_seconds = data.withdrawbtwn * 60

Expand Down

0 comments on commit 2f2dabe

Please sign in to comment.