Skip to content

Commit b7cf644

Browse files
committed
Fix documentation in auth-impls signature module
1 parent 8f4181b commit b7cf644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auth-impls/src/signature.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub const SIGNING_CONSTANT: &'static [u8] =
3131
/// 64-byte secp256k1 ECDSA signature followed by the signing time since the UNIX epoch, encoded as
3232
/// a string.
3333
///
34-
/// The proof will not be valid if the provided time is more than an hour from now.
34+
/// The proof will not be valid if the provided time is more than 24 hours from now.
3535
///
3636
/// Because no rate-limiting of new user accounts is done, a higher-level service is required to
3737
/// ensure requests are not triggering excess new user registrations.

0 commit comments

Comments
 (0)