Merge pull request #366 from James-Sangalli/remove-outdated-todos

Remove outdated TODOs
pull/370/head
James Sangalli 7 years ago committed by GitHub
commit 2445f58480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Trust/Redeem/ViewControllers/TicketRedemptionViewController.swift
  2. 1
      Trust/Tokens/ViewControllers/TokensViewController.swift

@ -102,7 +102,7 @@ class TicketRedemptionViewController: UIViewController {
let decimalSignature = SignatureHelper.signatureAsDecimal(for: redeemData.message, account: account)!
let qrCodeInfo = redeemData.qrCode + decimalSignature
imageView.image = qrCodeInfo.toQRCode()
case .watch: break // TODO: What to do here?
case .watch: break
}
}

@ -327,7 +327,6 @@ extension TokensViewController: UITableViewDataSource {
)
)
return cell
//TODO patch
case .stormBirdOrder:
let cell = tableView.dequeueReusableCell(withIdentifier: TicketTokenViewCell.identifier, for: indexPath) as! TicketTokenViewCell
cell.configure(

Loading…
Cancel
Save