Skip to content

Commit

Permalink
Merge pull request #362 from Junior3gs/patch-1
Browse files Browse the repository at this point in the history
Update monitor.h
  • Loading branch information
BitMaker-hub authored May 25, 2024
2 parents d85fbe2 + c4ece6a commit 6c5d340
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 6c5d340

Please sign in to comment.