diff --git a/src/ripple/protocol/impl/LedgerFormats.cpp b/src/ripple/protocol/impl/LedgerFormats.cpp index 374b5266ad..54dd0bfb12 100644 --- a/src/ripple/protocol/impl/LedgerFormats.cpp +++ b/src/ripple/protocol/impl/LedgerFormats.cpp @@ -81,7 +81,7 @@ LedgerFormats::LedgerFormats () << SOElement (sfHighQualityOut, SOE_OPTIONAL) ; - add ("SusPay", ltSUSPAY) << + add ("SuspendedPayment", ltSUSPAY) << SOElement (sfAccount, SOE_REQUIRED) << SOElement (sfDestination, SOE_REQUIRED) << SOElement (sfAmount, SOE_REQUIRED) <<