Skip to content

Commit

Permalink
fix(#598): [Vijay] fix incorrect device name labels in ios (mosip#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay151096 authored Mar 6, 2023
1 parent cc734f5 commit 0ac9a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Wallet/Wallet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Wallet: NSObject {
var cryptoBox: WalletCryptoBox = WalletCryptoBoxBuilder().build()
var advIdentifier: String?
var verifierPublicKey: Data?
static let EXCHANGE_RECEIVER_INFO_DATA = "{\"deviceName\":\"wallet\"}"
static let EXCHANGE_RECEIVER_INFO_DATA = "{\"deviceName\":\"Verifier\"}"

private override init() {
super.init()
Expand Down

0 comments on commit 0ac9a97

Please sign in to comment.