From 6929f0bce16657302f09d3a56a6752c8edf12004 Mon Sep 17 00:00:00 2001 From: Artur Guseinov Date: Tue, 17 Oct 2023 10:29:19 +0800 Subject: [PATCH] resubscribe removed --- Sources/WalletConnectNotify/Client/Wallet/NotifyClient.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/WalletConnectNotify/Client/Wallet/NotifyClient.swift b/Sources/WalletConnectNotify/Client/Wallet/NotifyClient.swift index d8010a04d..ee6e1bc44 100644 --- a/Sources/WalletConnectNotify/Client/Wallet/NotifyClient.swift +++ b/Sources/WalletConnectNotify/Client/Wallet/NotifyClient.swift @@ -74,7 +74,6 @@ public class NotifyClient { public func register(account: Account, domain: String, isLimited: Bool = false, onSign: @escaping SigningCallback) async throws { try await identityService.register(account: account, domain: domain, isLimited: isLimited, onSign: onSign) - try await resubscribeService.resubscribe(account: account) notifyAccountProvider.setAccount(account) subscriptionWatcher.start() }