From ebc3afaf12f8abaec43ca0f9d99f6821f326d9e5 Mon Sep 17 00:00:00 2001 From: RanchiMall Dev Date: Mon, 8 Jan 2024 07:12:19 +0000 Subject: [PATCH] Workflow updating files of flowallet --- flowallet/scripts/floBlockchainAPI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowallet/scripts/floBlockchainAPI.js b/flowallet/scripts/floBlockchainAPI.js index 3e0c43c..8459877 100644 --- a/flowallet/scripts/floBlockchainAPI.js +++ b/flowallet/scripts/floBlockchainAPI.js @@ -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' })