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.
344
344
345
345
Note that errors are not handled with ` ReplyOn::Success ` , meaning, in such a
346
346
case, 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 ` :
349
349
350
350
| processing a) | processing b) | reply called | may overwrite result from reply | note |
351
351
| ------------- | ------------- | ------------ | ------------------------------- | ------------------------------------------------- |
You can’t perform that action at this time.
0 commit comments