Skip to content

Commit

Permalink
add getRoutingFeeEstimate to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bnonni committed Jan 4, 2025
1 parent 6c50d1e commit 621627f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const {getPublicKey} = require('./lnd_methods');
const {getRouteConfidence} = require('./lnd_methods');
const {getRouteThroughHops} = require('./lnd_methods');
const {getRouteToDestination} = require('./lnd_methods');
const {getRoutingFeeEstimate} = require('./lnd_methods');
const {getSettlementStatus} = require('./lnd_methods');
const {getSweepTransactions} = require('./lnd_methods');
const {getTowerServerInfo} = require('./lnd_methods');
Expand Down Expand Up @@ -239,6 +240,7 @@ module.exports = {
getRouteConfidence,
getRouteThroughHops,
getRouteToDestination,
getRoutingFeeEstimate,
getSettlementStatus,
getSweepTransactions,
getTowerServerInfo,
Expand Down

0 comments on commit 621627f

Please sign in to comment.