mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-18 17:45:48 +00:00
add response message and remove unused response code (#185)
This commit is contained in:
@@ -138,7 +138,6 @@ enum TEMcodes : TERUnderlyingType {
|
||||
temXCHAIN_TOO_MANY_ATTESTATIONS, // RESERVED - XCHAIN
|
||||
|
||||
temHOOK_DATA_TOO_LARGE,
|
||||
temHOOK_REJECTED,
|
||||
};
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -174,6 +174,7 @@ transResults()
|
||||
MAKE_ERROR(temSEQ_AND_TICKET, "Transaction contains a TicketSequence and a non-zero Sequence."),
|
||||
MAKE_ERROR(temBAD_NFTOKEN_TRANSFER_FEE, "Malformed: The NFToken transfer fee must be between 1 and 5000, inclusive."),
|
||||
|
||||
MAKE_ERROR(temHOOK_DATA_TOO_LARGE, "Malformed: The hook CreateCode field is to large to be applied to the ledger."),
|
||||
MAKE_ERROR(terRETRY, "Retry transaction."),
|
||||
MAKE_ERROR(terFUNDS_SPENT, "DEPRECATED."),
|
||||
MAKE_ERROR(terINSUF_FEE_B, "Account balance can't pay fee."),
|
||||
|
||||
Reference in New Issue
Block a user