Lesson 8 - withdraw function not working. #2026
Unanswered
solidityenj0yer
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hello @solidityenj0yer, do you have a restriction on who can withdraw the funds in your contract? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I'm having trouble withdrawing the deposited currency from the local host website. Even thought, I am connected to the account that I keep depositing from, it's not letting me withdraw.
Here is the console error that I'm getting:
![error](https://private-user-images.githubusercontent.com/168081345/348777723-c8edb5ed-1d9a-42fe-9953-98910524b212.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwODg4MTksIm5iZiI6MTczOTA4ODUxOSwicGF0aCI6Ii8xNjgwODEzNDUvMzQ4Nzc3NzIzLWM4ZWRiNWVkLTFkOWEtNDJmZS05OTUzLTk4OTEwNTI0YjIxMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQwODA4MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hM2M3MjdmM2JiMjE3ZjliODVmZmNhZDEzNTEzNWJmZmJkODI0MDc3N2Q2MjE3YWQwZmY3Y2U4OTBiYWExMTZmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Fx5TlVR0Vqfw75QXsEIEUjs-M0HJdxAeVS2k2tjTS3Q)
The code for the Withdraw function:
![withdraw](https://private-user-images.githubusercontent.com/168081345/348779309-361c21bd-0b00-45fc-991b-c17d7e4291d0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwODg4MTksIm5iZiI6MTczOTA4ODUxOSwicGF0aCI6Ii8xNjgwODEzNDUvMzQ4Nzc5MzA5LTM2MWMyMWJkLTBiMDAtNDVmYy05OTFiLWMxN2Q3ZTQyOTFkMC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQwODA4MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01N2RiNTA3YTRhNzg3ZjJjZDlkNmUwNjExOTIzMTIzOGQ4ZWIxNDQyOWE5ZjE0NzA2MjNkMTEyYjRmMzI1ZDg5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.r3QG5XbSb9DjMFGQlqyqmndXoSzBF68X1wcpGS2JzQU)
Do you have any suggestions? I get that it's probably not that important but I just wanted to see why I'm getting the error.
Beta Was this translation helpful? Give feedback.
All reactions