From cc3c9c9eb8b7ca37ecbdec3421c9145848608950 Mon Sep 17 00:00:00 2001 From: alb Date: Thu, 1 Jul 2021 12:05:57 +0100 Subject: [PATCH] Exposing HashCache externally from module for use. --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 77ac6bd2..9e4d23d3 100644 --- a/index.js +++ b/index.js @@ -39,6 +39,7 @@ bsv.BlockHeader = require('./lib/block-header') bsv.Constants = require('./lib/constants') bsv.Ecdsa = require('./lib/ecdsa') bsv.Hash = require('./lib/hash') +bsv.HashCache = require('./lib/hash-cache') bsv.Interp = require('./lib/interp') bsv.KeyPair = require('./lib/key-pair') bsv.OpCode = require('./lib/op-code')