Skip to content

Commit a766738

Browse files
committed
fix fn name
1 parent 7becad0 commit a766738

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)