From c118705a383e78d9ea9a0a90465cd098eae0534d Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Sat, 17 Dec 2022 10:20:47 +0000 Subject: [PATCH] bug fix on ClaimReward tx template --- src/ripple/protocol/impl/TxFormats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/protocol/impl/TxFormats.cpp b/src/ripple/protocol/impl/TxFormats.cpp index 63c22d63b..40b7fb899 100644 --- a/src/ripple/protocol/impl/TxFormats.cpp +++ b/src/ripple/protocol/impl/TxFormats.cpp @@ -297,7 +297,7 @@ TxFormats::TxFormats() add(jss::ClaimReward, ttCLAIM_REWARD, { - {sfIssuer, soeREQUIRED} + {sfIssuer, soeOPTIONAL} }, commonFields);