diff --git a/libraries/protocol/include/graphene/protocol/ext.hpp b/libraries/protocol/include/graphene/protocol/ext.hpp index b5b187d145..2e4fa1c448 100644 --- a/libraries/protocol/include/graphene/protocol/ext.hpp +++ b/libraries/protocol/include/graphene/protocol/ext.hpp @@ -150,7 +150,7 @@ struct graphene_extension_from_variant_visitor if( it != vo.end() ) { from_variant( it->value(), (value.*member), _max_depth ); - assert( count_left > 0 ); // x.find(k) returns true for n distinct values of k only if x.size() >= n + FC_ASSERT( count_left > 0 ); // x.find(k) returns true for n distinct values of k only if x.size() >= n --count_left; } }