bug fix
This commit is contained in:
parent
3eecc5e6b6
commit
cdc44cb214
@ -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'
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user