This commit is contained in:
sairaj mote 2024-01-08 12:41:14 +05:30
parent 3eecc5e6b6
commit cdc44cb214

View File

@ -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'
})