Update reorg.js

This commit is contained in:
tripathyr 2022-01-24 17:55:39 +05:30 committed by GitHub
parent 5db68b6bb7
commit 69fc6790ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
var flocore = require('flocore-lib');
var BufferUtil = flocore.util.buffer;
var async = require('async');
var index = require('../../');
var index = require('../../index');
var log = index.log;