Skip to content

Commit

Permalink
yet another signature update, on nodes, message is only the nonce
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Feb 25, 2025
1 parent 9143f18 commit c6d8b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/Provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -853,8 +853,8 @@ export class Provider {
)) + 1
).toString()

let signatureMessage = datasets[0].documentId
signatureMessage += nonce
const signatureMessage = nonce // datasets[0].documentId
console.log('signatureMessage: ', signatureMessage)
const signature = await this.signProviderRequest(consumer, signatureMessage)
const payload = Object()
payload.consumerAddress = consumerAddress
Expand Down

0 comments on commit c6d8b98

Please sign in to comment.