Skip to content

Commit

Permalink
Update updateRoutingFees types
Browse files Browse the repository at this point in the history
Closes #170
  • Loading branch information
bkiac committed Jun 8, 2024
1 parent d4c5714 commit 7fe793a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lnd_methods/offchain/update_routing_fees.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ export type UpdateRoutingFeesArgs = AuthenticatedLightningArgs<
max_htlc_mtokens?: string;
/** Minimum HTLC Millitokens to Forward */
min_htlc_mtokens?: string;
/** Inbound Fee Millitokens Reduction String */
inbound_base_discount_mtokens: string;
/** Source Millitokens Per Million Discount Number */
inbound_rate_discount: number;
}
>;

Expand Down

0 comments on commit 7fe793a

Please sign in to comment.