minor: lint.

This commit is contained in:
Christopher Jeffrey 2017-01-06 21:21:37 -08:00
parent d396cdd0fd
commit 9e5989eba5
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
var assert = require('assert');
var Transform = require('stream').Transform;
var path = require('path');
var assert = require('assert');
var fs = require('fs');
var StringDecoder = require('string_decoder').StringDecoder;
function nil() {

View File

@ -36,7 +36,7 @@ setInterval(function() {
console.log(tx.hash('hex'));
console.log(coins.hash);
console.log(entry.tx);
}, 60 * 1000)
}, 60 * 1000);
setImmediate(function() {
heapdump.writeSnapshot(SNAPSHOT, function(err) {