Skip to content

Commit

Permalink
Merge pull request #276 from getlipa/docs/document-query-lsp-fee
Browse files Browse the repository at this point in the history
Document behaviour of `query_lsp_fee()`
  • Loading branch information
danielgranhao committed Mar 20, 2023
2 parents 2ff3370 + 990bee4 commit 14af37b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lipalightninglib.udl
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ interface LightningNode {
NodeInfo get_node_info();

// Get information about the fee charged by the LSP for opening new channels
// Please keep in mind that this method doesn't make any network calls. It simply retrieves
// previously fetched values that are frequently updated by a background task.
[Throws=LnError]
LspFee query_lsp_fee();

Expand Down

0 comments on commit 14af37b

Please sign in to comment.