mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-03 16:56:45 +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())
|
||||
{
|
||||
|
||||
@@ -470,7 +470,7 @@ extern CustomValidator AccountBase58Validator;
|
||||
* Marker is composed of a comma separated index and start hint. The
|
||||
* former will be read as hex, and the latter can cast to uint64.
|
||||
*/
|
||||
extern CustomValidator MarkerValidator;
|
||||
extern CustomValidator AccountMarkerValidator;
|
||||
|
||||
/**
|
||||
* @brief Provide a common used validator for uint256 hex string
|
||||
|
||||
Reference in New Issue
Block a user