Skip to content

Commit

Permalink
remove dipdup liquidity token checks from tzkt fetch all balances, fo…
Browse files Browse the repository at this point in the history
…r now as it serves no purpose
  • Loading branch information
simonmcl committed Mar 26, 2024
1 parent 910633d commit b314bcc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Sources/KukaiCoreSwift/Clients/TzKTClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ public class TzKTClient {


dispatchGroup.enter()
dispatchGroup.enter()
//dispatchGroup.enter()

// Get XTZ balance from TzKT Account
self.getAccount(forAddress: address) { result in
Expand All @@ -781,7 +781,8 @@ public class TzKTClient {
dispatchGroup.leave()
}


// TODO: DeFi functionality currently disabled
/*
// Get Liquidity Tokens from DipDup
self.dipDupClient.getLiquidityFor(address: address) { result in
switch result {
Expand All @@ -793,6 +794,7 @@ public class TzKTClient {
}
dispatchGroup.leave()
}
*/


// Cycle through the number of token balance requests needed to be performed (likely just 1)
Expand Down

0 comments on commit b314bcc

Please sign in to comment.