diff --git a/lib.js b/lib.js index 8d53321..e718943 100644 --- a/lib.js +++ b/lib.js @@ -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); \ No newline at end of file +})(typeof global !== "undefined" ? global : window);