We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is possible to pass creationHeight as immutables. CreationHeight should not be accepted if set Immutable Properties.
modules/modules/orders/internal/transactions/make/keeper.go
Lines 55 to 63 in 5571484
Solution: CreationHeight should be picked from context everywhere, and in messages we should implement check if creationHeight set or not!
The text was updated successfully, but these errors were encountered:
@deepanshutr
Sorry, something went wrong.
can use mutate method instead of add to avoid this issue
No branches or pull requests
It is possible to pass creationHeight as immutables.
CreationHeight should not be accepted if set Immutable Properties.
modules/modules/orders/internal/transactions/make/keeper.go
Lines 55 to 63 in 5571484
Solution: CreationHeight should be picked from context everywhere, and in messages we should implement check if creationHeight set or not!
The text was updated successfully, but these errors were encountered: