Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Jul 11, 2024
1 parent ddd45aa commit 2564185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ def _check_state(state: dict):
total_deposit_return = cluster.g_query.get_stake_addr_info(
pool_user_lg.stake.address
).reward_account_balance
# Check total deposit return accounting for both expired and enaacted actions
# Check total deposit return accounting for both expired and enacted actions
assert (
total_deposit_return
== init_return_account_balance + deposit_amt * submitted_proposal_count
Expand Down

0 comments on commit 2564185

Please sign in to comment.