-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reset nonce if outdated (#2383)
* fix: reset nonce if outdated resets nonce to recommended nonce if the currently selected nonce is lower than the Safe nonce. * fix: set to safe.nonce instead of recommendedNonce * refactor: move invalid nonce logic to SafeTxProvider * fix: do not setNonce for default values, keep SafeTxProvider in sync with form * fix: only update nonce on touch * refactor: remove unused code * fix: review comments * chore: add comment to useAsync deps
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters