Skip to content

Commit

Permalink
Merge pull request #552 from WalletConnect/hot-fix-pairing-interactin…
Browse files Browse the repository at this point in the history
…g-protocol

[Pairing] add debug availability for cleanup method
  • Loading branch information
llbartekll authored Oct 24, 2022
2 parents 996dcbd + 33910fb commit a4a6807
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 a4a6807

Please sign in to comment.