Remove sync_nostr call on startup

This commit is contained in:
benthecarman
2024-04-05 11:19:48 -05:00
committed by Tony Giorgio
parent 3d24fcfe95
commit 3920c900de

View File

@@ -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();