Error management at contract deployment #3485
iboxgithub
started this conversation in
General
Replies: 1 comment 2 replies
-
If you are going to flood the network with several transactions faster than your backend updates the pending transaction count, you can use the NonceManager to serialized them. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
what would be the best way to catch errors during contract deployment here? a Try Catch or something else?
Because when I send too many transactions at the same time I have errors like
already known
orreplacement fee too low
that make my code bug so I would like to capture them to have proper error management (and no code crash)Beta Was this translation helpful? Give feedback.
All reactions