Skip to content

Commit cf3c634

Browse files
chore: auto-convert OpenAPI YAML to JSON
1 parent 8cf19b0 commit cf3c634

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api-reference/trails-api.gen.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@
11541154
}
11551155
}
11561156
},
1157-
"ErrorIntentsSameChainNative": {
1157+
"ErrorIntentsSkipped": {
11581158
"type": "object",
11591159
"required": [
11601160
"error",
@@ -1165,15 +1165,15 @@
11651165
"properties": {
11661166
"error": {
11671167
"type": "string",
1168-
"example": "IntentsSameChainNative"
1168+
"example": "IntentsSkipped"
11691169
},
11701170
"code": {
11711171
"type": "number",
11721172
"example": 7000
11731173
},
11741174
"msg": {
11751175
"type": "string",
1176-
"example": "Intents skipped as client is attempting same-chain native transaction"
1176+
"example": "Intents skipped as client is attempting a transaction that does not require intents"
11771177
},
11781178
"cause": {
11791179
"type": "string"

0 commit comments

Comments
 (0)