mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 19:56:00 +00:00
@@ -1461,7 +1461,7 @@ parseTaker(boost::json::value const& taker)
|
|||||||
takerID = accountFromStringStrict(taker.as_string().c_str());
|
takerID = accountFromStringStrict(taker.as_string().c_str());
|
||||||
|
|
||||||
if (!takerID)
|
if (!takerID)
|
||||||
return Status{Error::rpcINVALID_PARAMS, "invalidTakerAccount"};
|
return Status{Error::rpcBAD_ISSUER, "invalidTakerAccount"};
|
||||||
return *takerID;
|
return *takerID;
|
||||||
}
|
}
|
||||||
bool
|
bool
|
||||||
|
|||||||
Reference in New Issue
Block a user