ProvableHQ / sdk

A Software Development Kit (SDK) for Zero-Knowledge Transactions
https://provable.tools
GNU General Public License v3.0
592 stars 471 forks source link

refactor: remove unused state to clean code #837

Open momodaka opened 10 months ago

momodaka commented 10 months ago

Motivation

found that _isOwner is neither utilized nor modified anywhere in the code. Consequently, it is identified as redundant and can be safely removed to enhance code simplicity and maintainability.

Test Plan

manual regression testing

Related PRs

N/A