Skip to content

Commit

Permalink
fix fn name
Browse files Browse the repository at this point in the history
  • Loading branch information
matiu committed May 30, 2014
1 parent 7becad0 commit a766738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/TransactionDb.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var bitcore = require('bitcore'),
buffertools = require('buffertools');

var logger = require('./logger').logger;
var inf = logger.inf;
var inf = logger.info;

var db = imports.db || levelup(config.leveldb + '/txs',{maxOpenFiles: MAX_OPEN_FILES} );
var PoolMatch = imports.poolMatch || require('soop').load('./PoolMatch',config);
Expand Down

0 comments on commit a766738

Please sign in to comment.