Skip to content

Commit

Permalink
chore: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansonhkg committed Mar 31, 2023
1 parent 73b08c4 commit dac9af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pkp-ethers/src/lib/handler.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ const recoveredAddr = recoverTypedSignature({
console.log('recoveredAddr', recoveredAddr);

if (recoveredAddr.toLowerCase() !== LITCONFIG.PKP_ADDRESS.toLowerCase()) {
throw new Error('❌ Recovered address does not match PKP address');
throw new Error(' ❌ Recovered address does not match PKP address');
}

console.log('✅ Recovered address matches PKP address');
console.log(' ✅ Recovered address matches PKP address');
process.exit();

0 comments on commit dac9af0

Please sign in to comment.