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

Handle purse not found error #337

Conversation

jacek-casper
Copy link

@jacek-casper jacek-casper commented Jul 26, 2024

@@ -36,7 +36,7 @@ pub enum ErrorCode {
/// The requested state root hash was not found.
NoSuchStateRoot = -32012,
/// The main purse for a given account hash does not exist.
NoSuchMainPurse = -32013,
NoMainPurse = -32013,

Choose a reason for hiding this comment

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

Good catch :)

Copy link

@rafal-ch rafal-ch left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@jacek-casper jacek-casper marked this pull request as ready for review July 26, 2024 16:52
@jacek-casper jacek-casper merged commit 476600b into casper-network:feat-2.0 Jul 26, 2024
2 checks passed
@jacek-casper jacek-casper deleted the balance-purse-not-found-error branch July 26, 2024 17:09
@devendran-m devendran-m added the rc-4 Release Candidate 4 label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rc-4 Release Candidate 4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants