Skip to content

Commit f56cc44

Browse files
PhilWindlejohnathan79717
authored andcommitted
chore: Comment update (#20820)
This PR simply updates a comment around contract update delays.
1 parent 0771f2a commit f56cc44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • noir-projects/noir-contracts/contracts/app/auth_contract/src

noir-projects/noir-contracts/contracts/app/auth_contract/src/main.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub contract Auth {
1313
};
1414

1515
// docs:start:delayed_public_mutable_storage
16-
// Authorizing a new address has a certain delay before it goes into effect. Set to 180 seconds.
16+
// Authorizing a new address has a certain delay before it goes into effect. Set to 360 seconds which is 5 slots.
1717
pub(crate) global CHANGE_AUTHORIZED_DELAY: u64 = 360;
1818

1919
#[storage]

0 commit comments

Comments
 (0)