mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
Return account malformed error from account_tx when account is malformed (#319)
This commit is contained in:
@@ -223,7 +223,7 @@ getAccount(
|
||||
return {};
|
||||
}
|
||||
|
||||
return Status{Error::rpcINVALID_PARAMS, field.to_string() + "Malformed"};
|
||||
return Status{Error::rpcACT_MALFORMED, field.to_string() + "Malformed"};
|
||||
}
|
||||
|
||||
Status
|
||||
|
||||
Reference in New Issue
Block a user