Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sairaj-mote committed Jan 8, 2024
1 parent 3eecc5e commit cdc44cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/floBlockchainAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

const SATOSHI_IN_BTC = 1e8;
const isUndefined = val => typeof val === 'undefined';
const checkIfTor = btcOperator.checkIfTor = () => {
const checkIfTor = floBlockchainAPI.checkIfTor = () => {
return fetch('https://check.torproject.org/api/ip', {
mode: 'no-cors'
})
Expand Down

0 comments on commit cdc44cb

Please sign in to comment.