Skip to content

Commit ea9705b

Browse files
author
Joey Santoro
committed
authenticate emitVotingBalances
1 parent 44d5a27 commit ea9705b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/xTRIBE.sol

+4-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ contract xTRIBE is ERC20MultiVotes, ERC20Gauges, xERC4626, Multicall {
8686
8787
This is important because this contract cannot be synchronously notified of Tribe delegations.
8888
*/
89-
function emitVotingBalances(address[] calldata accounts) external {
89+
function emitVotingBalances(address[] calldata accounts)
90+
external
91+
requiresAuth
92+
{
9093
uint256 size = accounts.length;
9194

9295
for (uint256 i = 0; i < size; ) {

0 commit comments

Comments
 (0)