mirror of
https://github.com/XRPLF/clio.git
synced 2026-01-10 09:45:27 +00:00
@@ -167,7 +167,7 @@ CustomValidator AccountBase58Validator = CustomValidator{
|
||||
return MaybeError{};
|
||||
}};
|
||||
|
||||
CustomValidator MarkerValidator = CustomValidator{
|
||||
CustomValidator AccountMarkerValidator = CustomValidator{
|
||||
[](boost::json::value const& value, std::string_view key) -> MaybeError {
|
||||
if (!value.is_string())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user