mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-03 00:36:44 +00:00
@@ -26,7 +26,7 @@
|
||||
#include <charconv>
|
||||
#include <string_view>
|
||||
|
||||
namespace RPC::validation {
|
||||
namespace rpc::validation {
|
||||
|
||||
[[nodiscard]] MaybeError
|
||||
Required::verify(boost::json::value const& value, std::string_view key) const
|
||||
@@ -202,4 +202,4 @@ CustomValidator SubscribeAccountsValidator =
|
||||
return MaybeError{};
|
||||
}};
|
||||
|
||||
} // namespace RPC::validation
|
||||
} // namespace rpc::validation
|
||||
|
||||
Reference in New Issue
Block a user