mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-22 12:45:52 +00:00
Return malformedOwner for deposit_preauth.owner in ledger_entry (#345)
Fixes #273
This commit is contained in:
@@ -78,7 +78,7 @@ doLedgerEntry(Context const& context)
|
||||
.at(JS(owner))
|
||||
.is_string())
|
||||
{
|
||||
return Status{Error::rpcINVALID_PARAMS, "ownerNotString"};
|
||||
return Status{Error::rpcINVALID_PARAMS, "malformedOwner"};
|
||||
}
|
||||
else if (
|
||||
!request.at(JS(deposit_preauth))
|
||||
|
||||
Reference in New Issue
Block a user