rpc: Put undocumented JSON failure mode behind a runtime flag

rpc: Put undocumented JSON failure mode behind a runtime flag
This commit is contained in:
Suhail Saqan
2022-05-17 14:44:20 -07:00
parent 002411dc53
commit b953ea6cc6
4 changed files with 8 additions and 1 deletions

View File

@@ -22,6 +22,8 @@
#include <variant>
#include <vector>
static constexpr bool DEFAULT_RPC_DOC_CHECK{false};
/**
* String used to describe UNIX epoch time in documentation, factored out to a
* constant for consistency.