fix: correct indentation in wallet-setup.ts
This commit is contained in:
parent
90bb585251
commit
3f7c3b1dbe
@ -372,7 +372,7 @@ document.addEventListener('DOMContentLoaded', async () => {
|
||||
// TEST: Déchiffrer le wallet pour valider que ça fonctionne
|
||||
console.log('🔐 TEST: Attempting to decrypt wallet to validate encryption...');
|
||||
try {
|
||||
const pbkdf2KeyTest = pbkdf2KeyResult.key;
|
||||
const pbkdf2KeyTest = pbkdf2KeyResult.key;
|
||||
if (!pbkdf2KeyTest) {
|
||||
console.error('❌ TEST: Failed to retrieve PBKDF2 key for decryption test');
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user