Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
gitzhou committed Nov 30, 2023
1 parent 62f5164 commit 9df982d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rabinSignature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class WitnessOnChainVerifier extends SmartContractLib {
}

static parsePubKey(response: { publicKey: string }): RabinPubKey {
return Utils.fromLEUnsigned(response.publicKey + '00')
return Utils.fromLEUnsigned(response.publicKey)
}

static parseSig(response: {
Expand Down

0 comments on commit 9df982d

Please sign in to comment.