Skip to content

Commit

Permalink
Document behaviour of query_lsp_fee()
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgranhao committed Mar 20, 2023
1 parent 3f3c4af commit 990bee4
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 990bee4

Please sign in to comment.