Update reorg.js

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

View File

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