Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Kuroda committed Jan 16, 2025
1 parent b9449f1 commit 810f972
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ironfish/src/wallet/exporter/encryption.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export async function decryptEncodedAccount(

const secret = new multisig.ParticipantSecret(secretBuffer)
const decrypted = decryptEncodedAccountWithMultisigSecret(encoded, secret)

if (decrypted) {
return decrypted
}
Expand Down

0 comments on commit 810f972

Please sign in to comment.