Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
niran committed Jun 21, 2024
1 parent e46658e commit 2c66051
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pages/clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export async function signAndWrap(
const publicKey = secp256k1.getPublicKey(privateKey.slice(2), false);
const pk256 = serializePublicKeyFromBytes(publicKey);
const dataHash = getDataHash(pk256);
const configProof = await getKeyspaceConfigProof(keyspaceClient, keyspaceKey, vkHashEcdsaAccount, dataHash); return encodeSignature({
const configProof = await getKeyspaceConfigProof(keyspaceClient, keyspaceKey, vkHashEcdsaAccount, dataHash);
return encodeSignature({
signature,
publicKey,
configProof: configProof.proof,
Expand Down

0 comments on commit 2c66051

Please sign in to comment.