diff --git a/src/AccountState.cpp b/src/AccountState.cpp index 6c0e798e46..9dea2b1996 100644 --- a/src/AccountState.cpp +++ b/src/AccountState.cpp @@ -35,6 +35,7 @@ void AccountState::addJson(Json::Value& val) void AccountState::dump() { Json::Value j(Json::objectValue); + addJson(j); Json::StyledStreamWriter ssw; ssw.write(std::cerr, j); }