Skip to content

Commit

Permalink
chore(open-payments): reference content-digest issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonianb committed Nov 16, 2022
1 parent 9e779f2 commit 039445c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/open-payments/src/client/signatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const createSignatureHeaders = async ({
}
if (request.body) {
// TODO: 'content-digest'
// https://github.com/interledger/rafiki/issues/655
components.push('content-length', 'content-type')
}
const { headers } = await httpsig.sign(request, {
Expand Down

0 comments on commit 039445c

Please sign in to comment.