Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix incorrect value in test_DepositNative() function #2355

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

0xminds
Copy link

@0xminds 0xminds commented Jan 15, 2025

I noticed a typo in the test_DepositNative() function where 32 gwei was used instead of 32 ether. This inconsistency could lead to incorrect test logic since the code above uses 32 ether for the deposit. I’ve corrected the value to 32 ether to match the intended behavior.

Changes:

  • Replaced 32 gwei with 32 ether in the emit IDepositContract.Deposit() call.

Signed-off-by: minds <0xminds@gmail.com>
@0xminds 0xminds requested a review from a team as a code owner January 15, 2025 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant