ValueError Persists. #1609
-
The value error message "ValueError: sender doesn't have enough funds to send tx. The upfront cost is: 9435940000000000 and the sender's account only has: 0" Persists even after I change value in get_account(). And also how can I delete or update the local ganache network that is added to the Network List. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @Akhil-franko |
Beta Was this translation helpful? Give feedback.
Hello @Akhil-franko
Well could you please be sure to add correctly that network?
Please delete it and add it again, connecting correctly the RPC ganache cliente.
Additionally, take in mind the good practices for python coding, as your functions should be called
get_account
instead ofgetAccount