refactor: more fixes.
This commit is contained in:
parent
0c194f1d3f
commit
74c177d623
@ -1,5 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
exports.common = require('./common');
|
||||
exports.Chain = require('./chain');
|
||||
exports.ChainDB = require('./chaindb');
|
||||
exports.ChainEntry = require('./chainentry');
|
||||
|
||||
@ -196,9 +196,9 @@ function Environment() {
|
||||
// Protocol
|
||||
this.require('protocol', './protocol');
|
||||
this.require('consensus', './protocol/consensus');
|
||||
this.require('policy', './protocol/policy');
|
||||
this.require('network', './protocol/network');
|
||||
this.require('networks', './protocol/networks');
|
||||
this.require('policy', './protocol/policy');
|
||||
this.require('timedata', './protocol/timedata');
|
||||
|
||||
// Script
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
exports.encoding = require('./encoding');
|
||||
exports.common = require('./common');
|
||||
exports.Opcode = require('./opcode');
|
||||
exports.Program = require('./program');
|
||||
exports.Script = require('./script');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user