From d2459b82da96f3c4c7c9308b33ee9e48dea15953 Mon Sep 17 00:00:00 2001 From: Cordt Hanson <96965330+Cordtus@users.noreply.github.com> Date: Fri, 20 Jun 2025 07:28:04 -0600 Subject: [PATCH] Fix typo in gov precompile IGov.sol Lines 24/25 `NoWithWeto` >> `NoWithVeto` --- precompiles/gov/IGov.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/precompiles/gov/IGov.sol b/precompiles/gov/IGov.sol index d7d09a5f..7fa92a8e 100644 --- a/precompiles/gov/IGov.sol +++ b/precompiles/gov/IGov.sol @@ -21,8 +21,8 @@ enum VoteOption { Abstain, // No defines a no vote option. No, - // NoWithWeto defines a no with veto vote option. - NoWithWeto + // NoWithVeto defines a no with veto vote option. + NoWithVeto } /// @dev WeightedVote represents a vote on a governance proposal struct WeightedVote {