Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## Description This pull request removes the verify function in BinaryIMT.sol since it is a private function and is not referenced anywhere in the file, rendering it as dead code. Removing unused code improves the maintainability and readability of the contract ## Related Issue(s) Closes #40 ## Checklist - [x] My code follows the style guidelines of this project. - [x] I have performed a self-review of my code. - [x] My changes generate no new warnings. - [x] I have run `yarn format` and `yarn compile` without getting any errors. - [x] New and existing unit tests pass locally with my changes.
- Loading branch information