You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently istream_snapshot_reader::validate() catches std::exception and prints the what. This hides useful information of any fc::exception that is thrown. Should add a case for fc::exception and provide more information; or better yet just replace with FC_LOG_AND_RETHROW( ).
The text was updated successfully, but these errors were encountered:
Currently
istream_snapshot_reader::validate()
catchesstd::exception
and prints thewhat
. This hides useful information of anyfc::exception that is thrown
. Should add a case forfc::exception
and provide more information; or better yet just replace withFC_LOG_AND_RETHROW( )
.The text was updated successfully, but these errors were encountered: