mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix some account_tx issues: (RIPD-1035)
* Sanely handled specified ledger in account_tx * Reject un-validated ledger in account_tx * Wait to publish a ledger until it's indexed * Add unit test for PendingSaves
This commit is contained in:
@@ -62,6 +62,7 @@ enum error_code_i
|
||||
rpcACT_NOT_FOUND,
|
||||
rpcINSUF_FUNDS,
|
||||
rpcLGR_NOT_FOUND,
|
||||
rpcLGR_NOT_VALIDATED,
|
||||
rpcMASTER_DISABLED,
|
||||
rpcNO_ACCOUNT,
|
||||
rpcNO_PATH,
|
||||
|
||||
Reference in New Issue
Block a user