We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a63d4 commit ce50bb0Copy full SHA for ce50bb0
packages/snap/src/use-cases/AccountUseCases.ts
@@ -166,11 +166,6 @@ export class AccountUseCases {
166
const account = await this.#repository.getByDerivationPath(derivationPath);
167
if (account && account.network === network) {
168
this.#logger.debug('Account already exists: %s,', account.id);
169
- await this.#snapClient.emitAccountCreatedEvent(
170
- account,
171
- correlationId,
172
- accountName,
173
- );
174
return account;
175
}
176
0 commit comments