Skip to content

Commit 16470d4

Browse files
authored
Comment out check_dfbuyer function call
Comment out the check_dfbuyer function call.
1 parent 3763232 commit 16470d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdr_backend/analytics/check_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,6 @@ def check_network_main(ppss: PPSS, lookback_hours: int):
209209
dfbuyer_addr = addresses["dfbuyer"].lower()
210210
token_amt = 4500.0
211211

212-
check_dfbuyer(dfbuyer_addr, result, web3_pp.subgraph_url, token_amt)
212+
# check_dfbuyer(dfbuyer_addr, result, web3_pp.subgraph_url, token_amt)
213213

214214
check_subgraph(web3_pp)

0 commit comments

Comments
 (0)