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
eg:
bitshares-core/libraries/db/include/graphene/db/index.hpp
Line 111 in dc7eb35
get_call_orders "1.3.0" 1 ouput: Assert Exception: maybe_found != nullptr: Unable to find Object
get_call_orders "1.3.0" 1
Assert Exception: maybe_found != nullptr: Unable to find Object
if code change to: FC_ASSERT( maybe_found != nullptr, "Unable to find Object ${id}", ("id",id) ); will show id msg,more helpful.
FC_ASSERT( maybe_found != nullptr, "Unable to find Object ${id}", ("id",id) );
The text was updated successfully, but these errors were encountered:
Thanks, created PR #945 for the mentioned one.
If found more, can add them to #691.
Sorry, something went wrong.
Closed with #945 .
abitmore
No branches or pull requests
eg:
bitshares-core/libraries/db/include/graphene/db/index.hpp
Line 111 in dc7eb35
get_call_orders "1.3.0" 1
ouput:
Assert Exception: maybe_found != nullptr: Unable to find Object
if code change to:
FC_ASSERT( maybe_found != nullptr, "Unable to find Object ${id}", ("id",id) );
will show id msg,more helpful.
The text was updated successfully, but these errors were encountered: