Workflow updating files of flowallet

This commit is contained in:
RanchiMall Dev 2024-01-08 07:12:19 +00:00
parent 4bca6b2919
commit ebc3afaf12

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