diff --git a/libraries/fc/include/fc/io/json_relaxed.hpp b/libraries/fc/include/fc/io/json_relaxed.hpp index 211c677d31..f4c3f8c244 100644 --- a/libraries/fc/include/fc/io/json_relaxed.hpp +++ b/libraries/fc/include/fc/io/json_relaxed.hpp @@ -665,6 +665,7 @@ namespace fc { namespace json_relaxed template variant wordFromStream( T& in, uint32_t depth = 0 ) { + depth++; fc::string token = tokenFromStream( in, depth ); FC_ASSERT( token.length() > 0 );