Skip to content

Commit

Permalink
updating verifying key prop in sign request
Browse files Browse the repository at this point in the history
  • Loading branch information
rh0delta committed Jun 23, 2024
1 parent 4685ebe commit c630168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flows/entropyFaucet/signer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class FaucetSigner implements Signer {
// @ts-ignore
hash: {custom: 0},
auxiliaryData: [auxData],
verifyingKeyOverwrite: this.chosenVerifyingKey
signatureVerifyingKey: this.chosenVerifyingKey
})
// const sig =
let sigHex = u8aToHex(signature);
Expand Down

0 comments on commit c630168

Please sign in to comment.