Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: mf-5270 check error in rpc response #10892

Merged
merged 3 commits into from
Sep 28, 2023

Conversation

UncleBill
Copy link
Contributor

@UncleBill UncleBill added this to the 2.23.0 milestone Sep 28, 2023
@UncleBill UncleBill marked this pull request as draft September 28, 2023 03:32
@@ -103,6 +103,7 @@ export class Message extends MessageState<MessageRequest, MessageResponse> {
createJsonRpcPayload(0, request.arguments),
omitBy<TransactionOptions>(request.options, isUndefined),
)
if (response.error) return
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use ErrorEditor.

@UncleBill UncleBill marked this pull request as ready for review September 28, 2023 06:45
@guanbinrui guanbinrui merged commit 738e262 into release/2.23.0 Sep 28, 2023
14 checks passed
@guanbinrui guanbinrui deleted the fix/mf-5270-rpc-error branch September 28, 2023 09:32
guanbinrui pushed a commit that referenced this pull request Oct 8, 2023
* fix: mf-5270 check error in rpc response

* fix: remove unused code

* fixup! fix: mf-5270 check error in rpc response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants