Skip to content

Commit

Permalink
Add "test" flag to diagnostic info
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-p committed May 27, 2019
1 parent d9592e7 commit 3a14d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psicash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ json PsiCash::GetDiagnosticInfo() const {

json j = json::object();

j["test"] = test_;
j["validTokenTypes"] = ValidTokenTypes();
j["isAccount"] = IsAccount();
j["balance"] = Balance();
Expand Down

0 comments on commit 3a14d75

Please sign in to comment.