Skip to content

Commit

Permalink
[TIDY]
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthMike committed Feb 27, 2023
1 parent 39dbfd0 commit 1e3686b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3swift/src/Client/Models/EthereumAddress.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import BigInt
import Foundation

public struct EthereumAddress: Codable, Hashable {
@available(*, deprecated, message: "Shouldn't rely on the actual String representation. Use asString() instead to get an unformatted representation") public var value: String {
@available(*, deprecated, message: "Shouldn't rely on the actual String representation. Use asString() instead to get an unformatted representation") public var value: String {
raw
}

Expand Down

0 comments on commit 1e3686b

Please sign in to comment.