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
As I understand it: you have to do something like Set() for transactions in the current block in EGRDataCollectionProvider::request. Then we won't have to process transactions twice. Its have a comment
// Ethers: will get run twice for deployments (e.g both receipt and txhash are fetched)
I have a function
and when i do in a test
i will have 1 number of calls, but also if i do
i will have 2 number of calls.
Can someone explain why ? Thanks
The text was updated successfully, but these errors were encountered: