We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f6011 commit ee38f14Copy full SHA for ee38f14
packages/hebao_v1/contracts/modules/security/SecurityModule.sol
@@ -14,7 +14,7 @@ import "./SignedRequest.sol";
14
abstract contract SecurityModule is MetaTxModule
15
{
16
17
- // The minimal number of guardians for recovery and locking.
+ // A touch will be skipped if the last touch was within 30 days to save gas.
18
uint public constant TOUCH_GRACE_PERIOD = 30 days;
19
20
event WalletLocked(
0 commit comments