Skip to content

Commit 4181c61

Browse files
committed
Merge branch 'sigp-audit-fixes' into augment-sign-requests
2 parents 6a09ab7 + af13089 commit 4181c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/signer-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,4 +673,4 @@ components:
673673
description: If your module tracks nonces per signature (e.g., to prevent replay attacks), this is the unique nonce to use for the signature. It should be an unsigned 64-bit integer in big-endian format. It must be between 0 and 2^64-2, inclusive. If your module doesn't use nonces, we suggest setting this to 2^64-1 instead of 0 because 0 is a legal nonce and will cause complications with your module if you ever want to use a nonce in the future.
674674
minimum: 0
675675
maximum: 18446744073709551614 // 2^64-2
676-
example: 1
676+
example: 1

0 commit comments

Comments
 (0)