Test cancelling offers that are still in the TxQ

This commit is contained in:
Edward Hennis
2020-10-08 18:29:34 -04:00
committed by manojsdoshi
parent d89c158a77
commit a3f2196d4e
2 changed files with 134 additions and 5 deletions

View File

@@ -164,8 +164,7 @@ transResults()
MAKE_ERROR(terPRE_SEQ, "Missing/inapplicable prior transaction."),
MAKE_ERROR(terOWNERS, "Non-zero owner count."),
MAKE_ERROR(terQUEUED, "Held until escalated fee drops."),
{terPRE_TICKET, {"terPRE_TICKET", "Ticket is not yet in ledger."}},
MAKE_ERROR(terPRE_TICKET, "Ticket is not yet in ledger."),
MAKE_ERROR(tesSUCCESS, "The transaction was applied. Only final in a validated ledger."),
};
// clang-format on