Skip to content

Commit

Permalink
Update monitor.h
Browse files Browse the repository at this point in the history
Change the par to USDT. is correntle more liquidity price update
  • Loading branch information
Junior3gs authored Mar 31, 2024
1 parent 009c794 commit c4ece6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/monitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
//Time update period
#define UPDATE_PERIOD_h 5

//API BTC price
#define getBTCAPI "https://api.blockchain.com/v3/exchange/tickers/BTC-USD"
//API BTC price (Update to USDT cus it's more liquidity and flow price updade)
#define getBTCAPI "https://api.blockchain.com/v3/exchange/tickers/BTC-USDT"
#define UPDATE_BTC_min 1

//API Block height
Expand Down

0 comments on commit c4ece6a

Please sign in to comment.