Skip to content

Commit

Permalink
Merge pull request #553 from WalletConnect/develop
Browse files Browse the repository at this point in the history
[Pairing] Hot fix for pairing interacting protocol
  • Loading branch information
llbartekll authored Oct 24, 2022
2 parents 791679e + a4a6807 commit 528410e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/WalletConnectPairing/PairingInteracting.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ public protocol PairingInteracting {
func ping(topic: String) async throws

func disconnect(topic: String) async throws


#if DEBUG
func cleanup() throws
#endif
}

0 comments on commit 528410e

Please sign in to comment.