We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf19b0 commit cf3c634Copy full SHA for cf3c634
api-reference/trails-api.gen.json
@@ -1154,7 +1154,7 @@
1154
}
1155
1156
},
1157
- "ErrorIntentsSameChainNative": {
+ "ErrorIntentsSkipped": {
1158
"type": "object",
1159
"required": [
1160
"error",
@@ -1165,15 +1165,15 @@
1165
"properties": {
1166
"error": {
1167
"type": "string",
1168
- "example": "IntentsSameChainNative"
+ "example": "IntentsSkipped"
1169
1170
"code": {
1171
"type": "number",
1172
"example": 7000
1173
1174
"msg": {
1175
1176
- "example": "Intents skipped as client is attempting same-chain native transaction"
+ "example": "Intents skipped as client is attempting a transaction that does not require intents"
1177
1178
"cause": {
1179
"type": "string"
0 commit comments