Update reorg.js

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

View File

@ -3,6 +3,7 @@ var flocore = require('flocore-lib');
var BufferUtil = flocore.util.buffer;
var async = require('async');
function Reorg(node, block) {
this.node = node;
this.block = block;