This commit is contained in:
Denis Angell
2023-01-24 16:56:13 -05:00
parent 8a8c980be7
commit 250ed22922

View File

@@ -56,10 +56,10 @@ transResults()
MAKE_ERROR(tecNO_ALTERNATIVE_KEY, "The operation would remove the ability to sign transactions with the account."),
MAKE_ERROR(tecNO_REGULAR_KEY, "Regular key is not set."),
MAKE_ERROR(tecOVERSIZE, "Object exceeded serialization limits."),
MAKE_ERROR(tecUNFUNDED, "Not enough XRP/IC to satisfy the reserve requirement."),
MAKE_ERROR(tecUNFUNDED, "Not enough XRP to satisfy the reserve requirement."),
MAKE_ERROR(tecUNFUNDED_ADD, "DEPRECATED."),
MAKE_ERROR(tecUNFUNDED_OFFER, "Insufficient balance to fund created offer."),
MAKE_ERROR(tecUNFUNDED_PAYMENT, "Insufficient XRP/IC balance to send."),
MAKE_ERROR(tecUNFUNDED_PAYMENT, "Insufficient balance to send."),
MAKE_ERROR(tecOWNERS, "Non-zero owner count."),
MAKE_ERROR(tecNO_ISSUER, "Issuer account does not exist."),
MAKE_ERROR(tecNO_AUTH, "Not authorized to hold asset."),