Skip to content

Commit 989e47d

Browse files
author
Joey Santoro
committed
make syncRewards require auth
1 parent df4e1fa commit 989e47d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/xTRIBE.sol

+8
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@ contract xTRIBE is ERC20MultiVotes, ERC20Gauges, xERC4626, Multicall {
101101
}
102102
}
103103

104+
/*///////////////////////////////////////////////////////////////
105+
xERC4626 LOGIC
106+
//////////////////////////////////////////////////////////////*/
107+
108+
function syncRewards() public override requiresAuth {
109+
super.syncRewards();
110+
}
111+
104112
/*///////////////////////////////////////////////////////////////
105113
ERC20 LOGIC
106114
//////////////////////////////////////////////////////////////*/

0 commit comments

Comments
 (0)