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
Description
golos.contracts/golos.publication/golos.publication.cpp
Line 243 in 22523f1
max_comment_depth_param.max_comment_depth == 2^16 - 1 level == 2^16 - 1
Decision Add checking of max_comment_depth_param.max_comment_depth in validate-function:
max_comment_depth_param.max_comment_depth
golos.contracts/golos.publication/parameters.hpp
Line 35 in 22523f1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
golos.contracts/golos.publication/golos.publication.cpp
Line 243 in 22523f1
Decision
Add checking of
max_comment_depth_param.max_comment_depth
in validate-function:golos.contracts/golos.publication/parameters.hpp
Line 35 in 22523f1
The text was updated successfully, but these errors were encountered: