-
Notifications
You must be signed in to change notification settings - Fork 115
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
[Nara] Shouldn't be possible to buy/sell token when CRT pallet is frozen #5028
Comments
it seems that this bug could be related with freezing, unfreezing the pallet and then freezing it again |
Looks like we simply forgot to add a guard for both Fix:
|
My best guess is in the QA testing, not the same extrinsic was tested with pallet frozen vs when it was not-frozen. |
It seems that when reviewing #4871 I missed these two new dispatch calls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As @ivanturlakov reported here it seems that is possible to buy and sell tokens even with the CRT pallet frozen.
Since there are some runtime tests covering the sale, maybe atlas is not displaying the error or something happen during the tests that made the pallet not being actually frozen.
The text was updated successfully, but these errors were encountered: