Skip to content

Commit

Permalink
Enable details on POA network
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Scoff committed Jan 10, 2018
1 parent 22a9432 commit 704d4eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ struct TransactionDetailsViewModel {

var detailsAvailable: Bool {
switch config.server {
case .main, .classic, .kovan, .ropsten: return true
case .poa, .sokol: return false
case .main, .classic, .poa, .kovan, .ropsten: return true
case .sokol: return false
}
}

Expand Down

0 comments on commit 704d4eb

Please sign in to comment.