mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-03 00:36:44 +00:00
@@ -147,11 +147,7 @@ CustomValidator IssuerValidator =
|
||||
if (issuer == ripple::noAccount())
|
||||
{
|
||||
return Error{Status{
|
||||
RippledError::rpcINVALID_PARAMS,
|
||||
fmt::format(
|
||||
"Invalid field '{}', bad issuer account "
|
||||
"one.",
|
||||
key)}};
|
||||
RippledError::rpcINVALID_PARAMS, fmt::format("Invalid field '{}', bad issuer account one.", key)}};
|
||||
}
|
||||
|
||||
return MaybeError{};
|
||||
|
||||
Reference in New Issue
Block a user