Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub contract Auth {
};

// docs:start:delayed_public_mutable_storage
// 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.
pub(crate) global CHANGE_AUTHORIZED_DELAY: u64 = 360;

#[storage]
Expand Down
Loading