We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0771f2a commit f56cc44Copy full SHA for f56cc44
1 file changed
noir-projects/noir-contracts/contracts/app/auth_contract/src/main.nr
@@ -13,7 +13,7 @@ pub contract Auth {
13
};
14
15
// docs:start:delayed_public_mutable_storage
16
- // Authorizing a new address has a certain delay before it goes into effect. Set to 180 seconds.
+ // Authorizing a new address has a certain delay before it goes into effect. Set to 360 seconds which is 5 slots.
17
pub(crate) global CHANGE_AUTHORIZED_DELAY: u64 = 360;
18
19
#[storage]
0 commit comments