Skip to content

Commit ee38f14

Browse files
authored
fix a comment error (#2573)
1 parent 16f6011 commit ee38f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hebao_v1/contracts/modules/security/SecurityModule.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import "./SignedRequest.sol";
1414
abstract contract SecurityModule is MetaTxModule
1515
{
1616

17-
// The minimal number of guardians for recovery and locking.
17+
// A touch will be skipped if the last touch was within 30 days to save gas.
1818
uint public constant TOUCH_GRACE_PERIOD = 30 days;
1919

2020
event WalletLocked(

0 commit comments

Comments
 (0)