Skip to content

Commit

Permalink
fixup! taprpc: Add 'include_leased' flag to ListBalances
Browse files Browse the repository at this point in the history
  • Loading branch information
gijswijs committed Sep 18, 2024
1 parent d8e36c4 commit a70845a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
38 changes: 19 additions & 19 deletions taprpc/taprootassets.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions taprpc/taprootassets.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,6 @@
"required": false,
"type": "boolean"
},
{
"name": "include_leased",
"description": "An option to include previous leased assets in the balances.",
"in": "query",
"required": false,
"type": "boolean"
},
{
"name": "asset_filter",
"description": "If the query results should grouped by asset ids, then an optional asset\nfilter may be provided to query balance of a specific asset.",
Expand All @@ -275,6 +268,13 @@
"required": false,
"type": "string",
"format": "byte"
},
{
"name": "include_leased",
"description": "An option to include previous leased assets in the balances.",
"in": "query",
"required": false,
"type": "boolean"
}
],
"tags": [
Expand Down

0 comments on commit a70845a

Please sign in to comment.