Skip to content

Commit

Permalink
Update error type
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegGordiichuk committed Apr 18, 2018
1 parent 3bdd390 commit d9e5345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Trust/Core/Network/TrustNetwork.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import APIKit
import Result
import enum Result.Result

enum TrustNetworkProtocolError: Error {
enum TrustNetworkProtocolError: LocalizedError {
case missingPrices
}

Expand Down

0 comments on commit d9e5345

Please sign in to comment.