Skip to content

Commit

Permalink
Merge pull request #21 from nova-wallet/feature/hashble-json
Browse files Browse the repository at this point in the history
make JSON Hashable
  • Loading branch information
ERussel authored Feb 25, 2022
2 parents c18398b + 02b0e2f commit f51c4b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SubstrateSdk/Classes/Common/JSON.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,5 @@ extension JSON: Codable {
}

extension JSON: Equatable {}

extension JSON: Hashable {}

0 comments on commit f51c4b3

Please sign in to comment.