Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Sep 10, 2024
1 parent c66b21c commit eca7348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/reflect/schema/raw/query.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
},
{
"description": "This calls into the native bank module for all denominations. Note that this may be much more expensive than Balance and should be avoided if possible. Return value is AllBalanceResponse.",
"deprecated": true,
"type": "object",
"required": [
"all_balances"
Expand Down Expand Up @@ -375,6 +376,7 @@
},
{
"description": "Lists all channels that are bound to a given port. If `port_id` is omitted, this list all channels bound to the contract's port.\n\nReturns a `ListChannelsResponse`.",
"deprecated": true,
"type": "object",
"required": [
"list_channels"
Expand Down
2 changes: 2 additions & 0 deletions contracts/reflect/schema/reflect.json
Original file line number Diff line number Diff line change
Expand Up @@ -1423,6 +1423,7 @@
},
{
"description": "This calls into the native bank module for all denominations. Note that this may be much more expensive than Balance and should be avoided if possible. Return value is AllBalanceResponse.",
"deprecated": true,
"type": "object",
"required": [
"all_balances"
Expand Down Expand Up @@ -1635,6 +1636,7 @@
},
{
"description": "Lists all channels that are bound to a given port. If `port_id` is omitted, this list all channels bound to the contract's port.\n\nReturns a `ListChannelsResponse`.",
"deprecated": true,
"type": "object",
"required": [
"list_channels"
Expand Down

0 comments on commit eca7348

Please sign in to comment.