Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: Some transactions show "Error: (Awaiting internal transactions for reason)" #60

Open
mofhusseini opened this issue Nov 30, 2021 · 1 comment
Assignees

Comments

@mofhusseini
Copy link
Contributor

Some internal transactions are showing "Error :(Awaiting internal transactions for reason)". An example is:

https://cronos.crypto.org/explorer/tx/0xfdbd99e7825fd7ba946e7d42f11a823897c3d3bd94c54cf3afff7740b9fb2c2a/internal-transactions

image

Need to figure out the reason why this is happening.

@magiodev
Copy link

Hi, i have the same problem: https://cronos.org/explorer/testnet3/tx/0x5f22fb7e6d6d8205c2ac9b36ee973374cf535327a3771b9d9ccfc4e90cca07f1/internal-transactions

I'm able to run the code properly on a development environment like Ganache v7. The transaction would mint an ERC721, implementing an ERC20 approve()/transferFrom() workflow.

Anyone figured out how to solve this?

Also removing the interested lines of codes in a separate method cause the failure of the same.
[...] ERC20(combToken).approve(address(this), distributedValue * 100); ERC20(combToken).transferFrom(address(this), liquidityPool, distributedValue * 100); [...]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants