Hi everyone, I’m participating in the hackathon, and I’m having trouble deploying smart contracts. I wanted to deploy two separate contracts, one deploys just fine, but while deploying the other I get the following message
Send transaction failed: Broadcast failed . if you use an injected provider, please check it is properly unlocked.
Unlocking the wallet is not the issue, I’ve confirmed that. Any ideas how I can solve this? Without this my team’s work on the hackathon is suspended.
Btw, I’m using Tron IDE to deploy and deploying to the Shasta testnet.
Update
I resolved the issue by adjusting my fee limit in Tron IDE. If you set it to too low it will error out by saying OUT_OF_ENERGY
, if you set it to too high then it will fail with the error I originally posted. So you have to keep in mind to not set it too high. That resolved the error for me.