You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I transfer an ERC721 token from the DappChain to Rinkeby using transferGateway.withdrawERC721Async and then mainnetGateway.withdrawERC721, it takes a long time before I can transfer another token because I get the pending withdrawal error. Getting the receipt tells me that the token I already successfully transferred is the pending withdrawal.
When I call withdrawERC721Async, two identical transfer events are emitted, I don't know if that could be related.
The text was updated successfully, but these errors were encountered:
To clarify: Two regular ERC721 Transfer events as well as two Contracts.TransferGateway.EVENT_TOKEN_WITHDRAWAL events with the same signature are emitted.
Hi, @jenli414 sorry by the late response, I would like to know if you tested recently and if the issues persist, if so could you please inform the address and tx hash to start an investigation, thanks.
When I transfer an ERC721 token from the DappChain to Rinkeby using transferGateway.withdrawERC721Async and then mainnetGateway.withdrawERC721, it takes a long time before I can transfer another token because I get the pending withdrawal error. Getting the receipt tells me that the token I already successfully transferred is the pending withdrawal.
When I call withdrawERC721Async, two identical transfer events are emitted, I don't know if that could be related.
The text was updated successfully, but these errors were encountered: