diff --git a/src/AccountState.cpp b/src/AccountState.cpp index 6c0e798e4..9dea2b199 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); }