Description:Description\
The ringKeyUpdateInterval is set to be 1 day but not used inside the _updateRingKey() function. The function _updateRingKey() just sets the block timestamp to _lastRingKeyUpdate and not checking the ringKeyUpdateInterval. This would lead to not having a possible check inside the contracts that inherit from RotatingKeys like wallets.
Github username: @MatinR1 Twitter username: MatinRezaii1 Submission hash (on-chain): 0x3b2aa3bee2a3228fb9ef73eb321f8e9d119d73836f88d54fbf9804093381e746 Severity: low
Description: Description\ The
ringKeyUpdateInterval
is set to be 1 day but not used inside the_updateRingKey()
function. The function_updateRingKey()
just sets the block timestamp to_lastRingKeyUpdate
and not checking theringKeyUpdateInterval
. This would lead to not having a possible check inside the contracts that inherit fromRotatingKeys
like wallets.As you can see there is no check for
ringKeyUpdateInterval
.Attachments
ringKeyUpdateInterval
inside the_updateRingKey()