Skip to content

Commit

Permalink
change torus logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Nov 16, 2023
1 parent 225c593 commit d532ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/KukaiCoreSwift/Services/TorusAuthService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ extension TorusAuthService: ASAuthorizationControllerDelegate, ASAuthorizationCo
aggregateVerifier: verifierWrapper.aggregateVerifierName ?? "",
subVerifierDetails: [],
network: verifierWrapper.networkType == .testnet ? .TESTNET : .MAINNET,
loglevel: .info,
loglevel: .error,
networkUrl: verifierWrapper.networkType == .testnet ? "https://rpc.ankr.com/eth_ropsten" : nil)

Task { @MainActor in
Expand Down

0 comments on commit d532ff5

Please sign in to comment.