Merge branch 'master' of https://github.com/sairajzero/Standard_Operations
This commit is contained in:
commit
b34ef8ca93
4
lib.js
4
lib.js
@ -4,7 +4,7 @@
|
|||||||
* All credits for these codes belong to their respective creators, moderators and owners.
|
* 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.
|
* For more info (including license and terms of use), please visit respective source.
|
||||||
*/
|
*/
|
||||||
GLOBAL.cryptocoin = floGlobals.blockchain;
|
GLOBAL.cryptocoin = floGlobals.blockchain || 'FLO';
|
||||||
|
|
||||||
//Crypto.js
|
//Crypto.js
|
||||||
(function() {
|
(function() {
|
||||||
@ -6784,4 +6784,4 @@
|
|||||||
})();
|
})();
|
||||||
|
|
||||||
|
|
||||||
})(typeof global !== "undefined" ? global : window);
|
})(typeof global !== "undefined" ? global : window);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user