diff --git a/Sources/WalletConnectSign/Engine/Controller/ControllerSessionStateMachine.swift b/Sources/WalletConnectSign/Engine/Controller/ControllerSessionStateMachine.swift index 25f9a3810..b6c25568a 100644 --- a/Sources/WalletConnectSign/Engine/Controller/ControllerSessionStateMachine.swift +++ b/Sources/WalletConnectSign/Engine/Controller/ControllerSessionStateMachine.swift @@ -32,7 +32,6 @@ final class ControllerSessionStateMachine { try validateControlledAcknowledged(session) try Namespace.validate(namespaces) logger.debug("Controller will update methods") - try session.updateNamespaces(namespaces) sessionStore.setSession(session) try await networkingInteractor.request(.wcSessionUpdate(SessionType.UpdateParams(namespaces: namespaces)), onTopic: topic) }