Skip to content

Commit

Permalink
Merge pull request #905 from WalletConnect/fix/w3m-pairing
Browse files Browse the repository at this point in the history
[W3M] Fix pairing logic
  • Loading branch information
llbartekll authored Jun 13, 2023
2 parents a65d323 + 97a6c3b commit 4c86fd6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/Web3Modal/Web3ModalClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ public class Web3ModalClient {
public func connect(
topic: String?
) async throws -> WalletConnectURI? {
var topic = topic
if topic == nil {
topic = try await createPairing().topic
}

if let topic = topic {
try pairingClient.validatePairingExistance(topic)
try await signClient.connect(
Expand Down

0 comments on commit 4c86fd6

Please sign in to comment.