From 089b9681bb089c82189a051f188b09684e68087f Mon Sep 17 00:00:00 2001 From: gallo Date: Tue, 15 Oct 2024 14:52:50 +0200 Subject: [PATCH] feat: for packing --- src/interfaces/IGovernance.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/IGovernance.sol b/src/interfaces/IGovernance.sol index 146f3da3..5e0592ee 100644 --- a/src/interfaces/IGovernance.sol +++ b/src/interfaces/IGovernance.sol @@ -131,7 +131,7 @@ interface IGovernance { struct GlobalState { uint88 countedVoteLQTY; // Total LQTY that is included in vote counting uint32 countedVoteLQTYAverageTimestamp; // Average timestamp: derived initiativeAllocation.averageTimestamp - } + } /// TODO: Bold balance? Prob cheaper /// @notice Returns the user's state /// @param _user Address of the user