File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -344,8 +344,8 @@ It just ends up returning `Err` to contract-A's `reply` function.
344344
345345Note that errors are not handled with ` ReplyOn::Success ` , meaning, in such a
346346case, an error will be treated just like a normal ` message ` returning an error.
347- This diagram may help explain. Imagine a contract returned two submessages -
348- (a) with ` ReplyOn::Success ` and (b) with ` ReplyOn::Error ` :
347+ This diagram may help explain. Imagine a contract returned two submessages - (a)
348+ with ` ReplyOn::Success ` and (b) with ` ReplyOn::Error ` :
349349
350350| processing a) | processing b) | reply called | may overwrite result from reply | note |
351351| ------------- | ------------- | ------------ | ------------------------------- | ------------------------------------------------- |
You can’t perform that action at this time.
0 commit comments