diff --git a/scripts/floBlockchainAPI.js b/scripts/floBlockchainAPI.js index 6389c6e..e6736c8 100644 --- a/scripts/floBlockchainAPI.js +++ b/scripts/floBlockchainAPI.js @@ -16,6 +16,7 @@ receiverID: floGlobals.adminID }; + floBlockchainAPI.apiURL = DEFAULT.apiURL[DEFAULT.blockchain][0]; const SATOSHI_IN_BTC = 1e8; const isUndefined = val => typeof val === 'undefined';