Matias Alejo Garcia
8 years ago
No known key found for this signature in database
GPG Key ID: 2470DB551277AB3
1 changed files with
2 additions and
2 deletions
-
index.js
|
|
@ -12,8 +12,8 @@ bitcore.versionGuard = function(version) { |
|
|
|
throw new Error(message); |
|
|
|
} |
|
|
|
}; |
|
|
|
bitcore.versionGuard(global._bitcore); |
|
|
|
global._bitcore = bitcore.version; |
|
|
|
bitcore.versionGuard(global._bitcoreCash); |
|
|
|
global._bitcoreCash = bitcore.version; |
|
|
|
|
|
|
|
// crypto
|
|
|
|
bitcore.crypto = {}; |
|
|
|