Update lib.js
Adding default cryptocoin as FLO
This commit is contained in:
parent
5bb0ee8588
commit
ca243bf0e4
2
lib.js
2
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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user