Skip to content

Commit bf68aef

Browse files
[autofix.ci] apply automated fixes
1 parent b3f0f5e commit bf68aef

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

contracts/ibc-reflect-send/schema/ibc-reflect-send.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@
521521
"type": "string"
522522
},
523523
"tokens": {
524-
"description": "packet data only supports one coin https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/proto/ibc/applications/transfer/v1/transfer.proto#L11-L20",
524+
"description": "MsgTransfer in v2 version supports multiple coins",
525525
"type": "array",
526526
"items": {
527527
"$ref": "#/definitions/Coin"

contracts/ibc-reflect-send/schema/ibc/packet_msg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
"type": "string"
463463
},
464464
"tokens": {
465-
"description": "packet data only supports one coin https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/proto/ibc/applications/transfer/v1/transfer.proto#L11-L20",
465+
"description": "MsgTransfer in v2 version supports multiple coins",
466466
"type": "array",
467467
"items": {
468468
"$ref": "#/definitions/Coin"

contracts/ibc-reflect-send/schema/raw/execute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
"type": "string"
511511
},
512512
"tokens": {
513-
"description": "packet data only supports one coin https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/proto/ibc/applications/transfer/v1/transfer.proto#L11-L20",
513+
"description": "MsgTransfer in v2 version supports multiple coins",
514514
"type": "array",
515515
"items": {
516516
"$ref": "#/definitions/Coin"

contracts/ibc-reflect/schema/ibc/packet_msg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@
563563
"type": "string"
564564
},
565565
"tokens": {
566-
"description": "packet data only supports one coin https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/proto/ibc/applications/transfer/v1/transfer.proto#L11-L20",
566+
"description": "MsgTransfer in v2 version supports multiple coins",
567567
"type": "array",
568568
"items": {
569569
"$ref": "#/definitions/Coin"

contracts/reflect/schema/raw/execute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@
636636
"type": "string"
637637
},
638638
"tokens": {
639-
"description": "packet data only supports one coin https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/proto/ibc/applications/transfer/v1/transfer.proto#L11-L20",
639+
"description": "MsgTransfer in v2 version supports multiple coins",
640640
"type": "array",
641641
"items": {
642642
"$ref": "#/definitions/Coin"

contracts/reflect/schema/reflect.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@
646646
"type": "string"
647647
},
648648
"tokens": {
649-
"description": "packet data only supports one coin https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/proto/ibc/applications/transfer/v1/transfer.proto#L11-L20",
649+
"description": "MsgTransfer in v2 version supports multiple coins",
650650
"type": "array",
651651
"items": {
652652
"$ref": "#/definitions/Coin"

0 commit comments

Comments
 (0)