File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 1.5 .0" ,
2+ "version" : " 1.6 .0" ,
33 "description" : " Manage Bitcoin using MetaMask" ,
44 "proposedName" : " Bitcoin" ,
55 "repository" : {
66 "type" : " git" ,
77 "url" : " https://github.com/MetaMask/snap-bitcoin-wallet.git"
88 },
99 "source" : {
10- "shasum" : " j9W3ulkpAGrL0lkkChX7wavGEY3qq6nCf4lQ0KmmF78 =" ,
10+ "shasum" : " vYuBEE/FcdT9Tx0+bRSQd82dwye4KmkSMiC46aMOqvU =" ,
1111 "location" : {
1212 "npm" : {
1313 "filePath" : " dist/bundle.js" ,
Original file line number Diff line number Diff line change @@ -166,11 +166,6 @@ export class AccountUseCases {
166166 const account = await this . #repository. getByDerivationPath ( derivationPath ) ;
167167 if ( account && account . network === network ) {
168168 this . #logger. debug ( 'Account already exists: %s,' , account . id ) ;
169- await this . #snapClient. emitAccountCreatedEvent (
170- account ,
171- correlationId ,
172- accountName ,
173- ) ;
174169 return account ;
175170 }
176171
You can’t perform that action at this time.
0 commit comments