Skip to content

Commit cd7946d

Browse files
committed
Merge pull request #108 from matiu/bug/inf-function-name
fix fn name
2 parents 2e06091 + a766738 commit cd7946d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/TransactionDb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var bitcore = require('bitcore'),
4040
buffertools = require('buffertools');
4141

4242
var logger = require('./logger').logger;
43-
var inf = logger.inf;
43+
var inf = logger.info;
4444

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

0 commit comments

Comments
 (0)