mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <string_view>
|
||||
|
||||
namespace RPC::meta {
|
||||
namespace rpc::meta {
|
||||
|
||||
[[nodiscard]] MaybeError
|
||||
Section::verify(boost::json::value& value, std::string_view key) const
|
||||
@@ -68,4 +68,4 @@ ValidateArrayAt::verify(boost::json::value& value, std::string_view key) const
|
||||
return {};
|
||||
}
|
||||
|
||||
} // namespace RPC::meta
|
||||
} // namespace rpc::meta
|
||||
|
||||
Reference in New Issue
Block a user