Skip to content

Commit a4f8473

Browse files
Merge pull request #8112 from BitGo/CAAS-660-canonicalization-helper
chore: update jsdoc for hmacv4
2 parents 0d8ede6 + e063cbf commit a4f8473

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/sdk-hmac/src/hmacv4.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ export function calculateV4RequestHmac({
175175
* });
176176
*
177177
* // Use headers to set:
178-
* // - Auth-Timestamp: headers.timestampSec
179-
* // - HMAC: headers.hmac
180-
* // - X-Body-Hash: headers.bodyHashHex
181-
* // - X-Request-Id: headers.authRequestId
178+
* // - X-Request-Timestamp: headers.timestampSec
179+
* // - X-Signature: headers.hmac
180+
* // - X-Content-SHA256: headers.bodyHashHex
181+
* // - X-Auth-Request-Id: headers.authRequestId
182182
* ```
183183
*/
184184
export function calculateV4RequestHeaders({

0 commit comments

Comments
 (0)