mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-29 06:55:49 +00:00
nit
This commit is contained in:
@@ -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."),
|
||||
|
||||
Reference in New Issue
Block a user