Skip to content

Commit

Permalink
feat(protocol): change INSTANCE_VALIDITY_DELAY to 0 at first (#16656
Browse files Browse the repository at this point in the history
)
  • Loading branch information
davidtaikocha authored Apr 5, 2024
1 parent 9b66e69 commit 86a41ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/verifiers/SgxVerifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ contract SgxVerifier is EssentialContract, IVerifier {

/// @notice A security feature, a delay until an instance is enabled when using onchain RA
/// verification
uint64 public constant INSTANCE_VALIDITY_DELAY = 1 days;
uint64 public constant INSTANCE_VALIDITY_DELAY = 0;

/// @dev For gas savings, we shall assign each SGX instance with an id that when we need to
/// set a new pub key, just write storage once.
Expand Down

0 comments on commit 86a41ac

Please sign in to comment.