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 atomicals_get_by_container_item_validation when the container is not sealed #211

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

wizz-wallet-dev
Copy link
Collaborator

The else condition must be missing during the refactor.

The implementation in v1.4.2:

if check_without_sealed and errors and len(errors) == 1 and errors[0] == 'container not sealed':
pass
else:
raise RPCError(BAD_REQUEST, f'Container dmint status is invalid')

@wizz-wallet-dev wizz-wallet-dev merged commit 161cfed into develop Jun 18, 2024
4 checks passed
@wizz-wallet-dev wizz-wallet-dev deleted the fix/get-by-container-item-validation branch June 18, 2024 15:46
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.

1 participant