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