Skip to content

Commit

Permalink
Change URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Scoff committed Jan 10, 2018
1 parent 704d4eb commit 1dce9c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Trust/Settings/Types/ConfigExplorer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ struct ConfigExplorer {
case .ropsten:
return endpoint + "/tx/" + ID
case .poa:
return endpoint + "/tx/" + ID
case .sokol:
return endpoint + "/txid/search/" + ID
case .sokol:
return endpoint + "/tx/" + ID
}
}()
return URL(string: urlString)!
Expand Down

0 comments on commit 1dce9c9

Please sign in to comment.