From 08a1f69b15f8b083b15e91e66c31f573d58e075e Mon Sep 17 00:00:00 2001 From: Ricardo Alonzo Date: Wed, 6 Sep 2023 12:03:19 +0200 Subject: [PATCH] Remove unwanted version check --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index 862b910..c66eb1f 100644 --- a/index.js +++ b/index.js @@ -18,7 +18,6 @@ kaspacore.versionGuard = function(version) { throw new Error(message); } }; -kaspacore.versionGuard(global._kaspacoreLibVersion); global._kaspacoreLibVersion = kaspacore.version; @@ -131,4 +130,4 @@ kaspacore.deps.elliptic = require('elliptic'); kaspacore.deps._ = require('lodash'); // Internal usage, exposed for testing/advanced tweaking -kaspacore.Transaction.sighash = require('./lib/transaction/sighash'); \ No newline at end of file +kaspacore.Transaction.sighash = require('./lib/transaction/sighash');