mempool: minor.

This commit is contained in:
Christopher Jeffrey 2016-09-14 15:53:30 -07:00
parent 8a743f81bb
commit 269b31ad8e
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -7,11 +7,6 @@
'use strict';
/*
* Database Layout:
* (inherits all from txdb)
*/
var bcoin = require('../env');
var AsyncObject = require('../utils/async');
var constants = bcoin.constants;