Replies: 2 comments
-
Am not an expert in this but I think its kind of a good convention to use |
Beta Was this translation helpful? Give feedback.
-
For 2 reasons:
https://ethereum.org/en/developers/docs/consensus-mechanisms/ Now, nodes have to validate miners work and agree which chain of blocks continues as the main one. On average it's considered at least 6 block to be enough for a transaction to be confirmed. After the merge it will be a finalized block at or after which your transaction can be considered confirmed, such a block has to be accepted as canonical by >2/3 of validators |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There are many times when Patrick uses transactionResponse.wait(1)
Can anyone explain why and when we should be waiting, I removed this function and all of the scripts still ran smoothly.
Beta Was this translation helpful? Give feedback.
All reactions