Skip to content

Commit

Permalink
Remove sync_nostr call on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman authored and TonyGiorgio committed Apr 5, 2024
1 parent 3d24fcf commit 3920c90
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/state/megaStore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,6 @@ export const Provider: ParentComponent = (props) => {
return;
}

// Sync our nostr profile info
try {
await state.mutiny_wallet.sync_nostr();
} catch (e) {
console.error("error syncing nostr profile", e);
}

// Check if we're subscribed and update the timestamp
try {
const timestamp = await state.mutiny_wallet.check_subscribed();
Expand Down

0 comments on commit 3920c90

Please sign in to comment.