Skip to content

Commit eb67818

Browse files
[autofix.ci] apply automated fixes
1 parent 463996c commit eb67818

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

contracts/reflect/schema/raw/query.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
},
164164
{
165165
"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.",
166+
"deprecated": true,
166167
"type": "object",
167168
"required": [
168169
"all_balances"
@@ -375,6 +376,7 @@
375376
},
376377
{
377378
"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`.",
379+
"deprecated": true,
378380
"type": "object",
379381
"required": [
380382
"list_channels"

contracts/reflect/schema/reflect.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1423,6 +1423,7 @@
14231423
},
14241424
{
14251425
"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.",
1426+
"deprecated": true,
14261427
"type": "object",
14271428
"required": [
14281429
"all_balances"
@@ -1635,6 +1636,7 @@
16351636
},
16361637
{
16371638
"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`.",
1639+
"deprecated": true,
16381640
"type": "object",
16391641
"required": [
16401642
"list_channels"

0 commit comments

Comments
 (0)