Skip to content

Commit

Permalink
Merge pull request #108 from matiu/bug/inf-function-name
Browse files Browse the repository at this point in the history
fix fn name
  • Loading branch information
cmgustavo committed May 30, 2014
2 parents 2e06091 + a766738 commit cd7946d
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 cd7946d

Please sign in to comment.