Is it okay to fund the contract in rinkby ? #524
Answered
by
shashikant-burnwal
tuhindasv0
asked this question in
Q&A
-
I am trying to fund my contract deployed on Rinkby Network, But it is never going through, The transaction waits too long to complete.
This is where the transaction gets stuck ? here is my script
and here the contract
|
Beta Was this translation helpful? Give feedback.
Answered by
shashikant-burnwal
Jun 23, 2022
Replies: 1 comment 1 reply
-
Please do 2 things:
And see whether you are getting the right response (basically your fund function working properly). If not then you have to see what is wrong with sending ether (e.g do you need to specify gas limit for transaction to go through etc) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tuhindasv0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please do 2 things:
And see whether you are getting the right response (basically your fund function working properly). If not then you have to see what is wrong with sending ether (e.g do you need to specify gas limit for transaction to go through etc)