Update reorg.js

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

View File

@ -2,8 +2,7 @@
var flocore = require('flocore-lib');
var BufferUtil = flocore.util.buffer;
var async = require('async');
var index = require('../../index');
var log = index.log;
var log = require('../../index').log;
function Reorg(node, block) {