-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CS6.7 - Remove unreachable code (#227)
From ChainSecurity audit: "The submissionToken will never be equal to EXHAUSTED in this context, as this is the value provided by the user of the wallet and submitted to the nonce manager, which asserts that it is different from EXHAUSTED." This appears to be true, so we can remove this check.
- Loading branch information
1 parent
aeb8681
commit 3540d26
Showing
2 changed files
with
6 additions
and
10 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