Skip to content

Commit

Permalink
FriendlyAddress conforms Hashable
Browse files Browse the repository at this point in the history
  • Loading branch information
grishamsc committed May 13, 2024
1 parent e3a24f6 commit cedf477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/TonSwift/Address/FriendlyAddress.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let nonBounceableTag: UInt8 = 0x51
let testFlag: UInt8 = 0x80

/// Address encoded in a friendly format
public struct FriendlyAddress: Codable {
public struct FriendlyAddress: Codable, Hashable {
public let isTestOnly: Bool
public let isBounceable: Bool
public let address: Address
Expand Down

0 comments on commit cedf477

Please sign in to comment.