Skip to content

Commit

Permalink
FEAT(USD balance showcase) uncommented functon call
Browse files Browse the repository at this point in the history
  • Loading branch information
prince981620 committed Oct 7, 2024
1 parent 3fe724f commit 27a5b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/walletService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function createWallet(user: User) {
const keypair = Keypair.generate()
const publicKey = keypair.publicKey.toString()
const privateKey = base58.encode(keypair.secretKey)
// await pvtKeyEncryptionManager(privateKey)
await pvtKeyEncryptionManager(privateKey)
await prisma.user.update({
where: {
id: user.id,
Expand Down

0 comments on commit 27a5b7e

Please sign in to comment.