Skip to content

Commit 8642a4b

Browse files
committed
Update reflect schema
1 parent 4863a24 commit 8642a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/reflect/schema/response_for__custom_msg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
]
2727
},
2828
"messages": {
29-
"description": "Optional list of messages to pass. These will be executed in order. If the ReplyOn member is set, they will invoke this contract's `reply` entry point after execution. Otherwise, they act like \"fire and forget\". Use `call` or `msg.into()` to create messages with the older \"fire and forget\" semantics.",
29+
"description": "Optional list of messages to pass. These will be executed in order. If the ReplyOn variant matches the result (Always, Success on Ok, Error on Err), the runtime will invoke this contract's `reply` entry point after execution. Otherwise, they act like \"fire and forget\". Use `call` or `msg.into()` to create messages with the older \"fire and forget\" semantics.",
3030
"type": "array",
3131
"items": {
3232
"$ref": "#/definitions/SubMsg_for_CustomMsg"

0 commit comments

Comments
 (0)