Skip to content

Commit

Permalink
Merge 7e7e9e8 into 7ad28da
Browse files Browse the repository at this point in the history
  • Loading branch information
flypaper0 authored Apr 18, 2023
2 parents 7ad28da + 7e7e9e8 commit 4a1e1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WalletConnectUtils/SIWE/SIWEMessage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public struct SIWEMessage: Equatable {
public var formatted: String {
return """
\(domain) wants you to sign in with your Ethereum account:
\(address.lowercased())
\(address)
\(statementLine)
URI: \(uri)
Version: \(version)
Expand Down

0 comments on commit 4a1e1fd

Please sign in to comment.