diff --git a/libskale/SnapshotHashAgent.cpp b/libskale/SnapshotHashAgent.cpp index 79481ee79..be587032d 100644 --- a/libskale/SnapshotHashAgent.cpp +++ b/libskale/SnapshotHashAgent.cpp @@ -61,9 +61,10 @@ bool SnapshotHashAgent::voteForHash( std::pair< dev::h256, libff::alt_bn128_G1 > try { this->verifyAllData( verified ); } catch ( IsNotVerified& ex ) { - IsNotVerified( cc::fatal( "FATAL:" ) + " " + - cc::error( "Exception while verifying signatures from other skaleds: " ) + - " " + cc::warn( ex.what() ) ); + throw IsNotVerified( + cc::fatal( "FATAL:" ) + " " + + cc::error( "Exception while verifying signatures from other skaleds: " ) + " " + + cc::warn( ex.what() ) ); } catch ( std::exception& ex ) { std::throw_with_nested( cc::fatal( "FATAL:" ) + " " +