getting error while using withdraw function of fundme _fullstack track #2485
Unanswered
decentralized-86
asked this question in
Q&A
Replies: 2 comments 4 replies
-
You are getting this error because you are withdrawing from the contract while being connect with an account that most probably didn't deploy the contract. Make sure that you connect to the contract using the same account that deployed fundme contract. |
Beta Was this translation helpful? Give feedback.
2 replies
-
To resolve this, think of why FundMe__NotOwner is triggered--seemingly obvious. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Getting this error but unable to understand what going on
MY WITHDRAW FUNCTION
Terminal showed this exception error of transaction reverted
I have an doubt that how will i get the address of the owner ..i think the owner is not withdrawing the money that exception error is being thrown
Beta Was this translation helpful? Give feedback.
All reactions