This commit is contained in:
sairajzero 2022-04-03 20:09:06 +05:30
commit b34ef8ca93

4
lib.js
View File

@ -4,7 +4,7 @@
* All credits for these codes belong to their respective creators, moderators and owners.
* For more info (including license and terms of use), please visit respective source.
*/
GLOBAL.cryptocoin = floGlobals.blockchain;
GLOBAL.cryptocoin = floGlobals.blockchain || 'FLO';
//Crypto.js
(function() {
@ -6784,4 +6784,4 @@
})();
})(typeof global !== "undefined" ? global : window);
})(typeof global !== "undefined" ? global : window);