Skip to content

Commit

Permalink
Update examples/staking/staking.py
Browse files Browse the repository at this point in the history
Co-authored-by: Darius <dariussuirab@gmail.com>
  • Loading branch information
miiu96 and ssd04 authored Mar 8, 2024
1 parent 1821c32 commit 5a517c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/staking/staking.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def main():
rewards_value = claim_reward_tx.contract_results.items[0].value
if rewards_value < one_egld:
sys.exit(f"owner of the delegation contract didn't receive the expected amount of rewards: expected more than "
f"2 EGLD, received: {rewards_value}")
f"1 EGLD, received: {rewards_value}")

print(f"owner has received rewards, received rewards: {rewards_value}")

Expand Down

0 comments on commit 5a517c8

Please sign in to comment.