From ac72ef80a4e0a88797dc41fec3ce45351db28dba Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Tue, 24 Jan 2023 16:56:13 -0500 Subject: [PATCH] nit --- src/ripple/protocol/impl/TER.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ripple/protocol/impl/TER.cpp b/src/ripple/protocol/impl/TER.cpp index 4cdc38cf4..dae83a7d3 100644 --- a/src/ripple/protocol/impl/TER.cpp +++ b/src/ripple/protocol/impl/TER.cpp @@ -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."),