Skip to content

Commit

Permalink
Update NotifySubscribeProtocolMethod.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll authored Aug 23, 2023
1 parent 37a38b4 commit 0383daf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Foundation
struct NotifySubscribeProtocolMethod: ProtocolMethod {
let method: String = "wc_notifySubscribe"

let requestConfig: RelayConfig = RelayConfig(tag: 4000, prompt: true, ttl: 86400)
let requestConfig: RelayConfig = RelayConfig(tag: 4000, prompt: false, ttl: 86400)

let responseConfig: RelayConfig = RelayConfig(tag: 4001, prompt: true, ttl: 86400)
let responseConfig: RelayConfig = RelayConfig(tag: 4001, prompt: false, ttl: 86400)
}

0 comments on commit 0383daf

Please sign in to comment.