Skip to content

Commit

Permalink
console log fee multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Dec 15, 2023
1 parent 42de6ec commit fa59153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const feeMultiplier = config.get('mempool.feeMultiplier');
console.log('---');
console.log(`Using port: ${port}`);
console.log(`Using mempool host: ${mempoolHostname}`);
console.log(`Using mempool fee multiplier: ${feeMultiplier}`);
console.log('---');

// Initialize the Express app
Expand Down

0 comments on commit fa59153

Please sign in to comment.