Skip to content

Commit

Permalink
remove temporary setting
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Oct 6, 2023
1 parent 89737fa commit 6ca1bd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/KukaiCoreSwift/Clients/TzKTClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,6 @@ public class TzKTClient {
urlMain.appendQueryItem(name: "type", value: "delegation,origination,transaction")
urlMain.appendQueryItem(name: "micheline", value: 1)
urlMain.appendQueryItem(name: "limit", value: limit)
urlMain.appendQueryItem(name: "status", value: "failed") // TODO: temporary test

networkService.request(url: urlMain, isPOST: false, withBody: nil, forReturnType: [TzKTTransaction].self) { [weak self] (result) in
switch result {
Expand Down

0 comments on commit 6ca1bd7

Please sign in to comment.