minor: lint.
This commit is contained in:
parent
d396cdd0fd
commit
9e5989eba5
@ -1,7 +1,6 @@
|
|||||||
|
var assert = require('assert');
|
||||||
var Transform = require('stream').Transform;
|
var Transform = require('stream').Transform;
|
||||||
var path = require('path');
|
var path = require('path');
|
||||||
var assert = require('assert');
|
|
||||||
var fs = require('fs');
|
|
||||||
var StringDecoder = require('string_decoder').StringDecoder;
|
var StringDecoder = require('string_decoder').StringDecoder;
|
||||||
|
|
||||||
function nil() {
|
function nil() {
|
||||||
|
|||||||
@ -36,7 +36,7 @@ setInterval(function() {
|
|||||||
console.log(tx.hash('hex'));
|
console.log(tx.hash('hex'));
|
||||||
console.log(coins.hash);
|
console.log(coins.hash);
|
||||||
console.log(entry.tx);
|
console.log(entry.tx);
|
||||||
}, 60 * 1000)
|
}, 60 * 1000);
|
||||||
|
|
||||||
setImmediate(function() {
|
setImmediate(function() {
|
||||||
heapdump.writeSnapshot(SNAPSHOT, function(err) {
|
heapdump.writeSnapshot(SNAPSHOT, function(err) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user