Skip to content

Commit

Permalink
Merge pull request #353 from WalletConnect/develop
Browse files Browse the repository at this point in the history
[Release] v0.9.0-rc.0
  • Loading branch information
flypaper0 authored Jul 19, 2022
2 parents e60cdd1 + 006c214 commit 87be7e7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 87be7e7

Please sign in to comment.