Skip to content

Lesson 4: FundMe #4556

Jan 20, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

@GratefulDave In the withdraw function's loop here for (uint256 funderIndex = 0; funderIndex < funders.length; funderIndex = funderIndex++) you are using funderIndex = funderIndex++ convert it to funderIndex++. This could be the issue for the transaction. Try it and let me know.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GratefulDave
Comment options

Answer selected by alymurtazamemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants