Skip to content

Commit

Permalink
Merge pull request #2393 from shubhamkmr04/shubham/load-contacts-when…
Browse files Browse the repository at this point in the history
…-connecting

Loading contacts only when the wallet is connecting
  • Loading branch information
kaloudis authored Sep 2, 2024
2 parents 7daf702 + d443726 commit e6bba1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions views/Wallet/Wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,9 @@ export default class Wallet extends React.Component<WalletProps, WalletState> {
LSPStore.reset();
ChannelBackupStore.reset();
UTXOsStore.reset();
ContactStore.loadContacts();
}

ContactStore.loadContacts();

LnurlPayStore.reset();

if (
Expand Down

0 comments on commit e6bba1a

Please sign in to comment.