bug fix on ClaimReward tx template

This commit is contained in:
Richard Holland
2022-12-17 10:20:47 +00:00
parent 35bf8bef5a
commit c118705a38

View File

@@ -297,7 +297,7 @@ TxFormats::TxFormats()
add(jss::ClaimReward,
ttCLAIM_REWARD,
{
{sfIssuer, soeREQUIRED}
{sfIssuer, soeOPTIONAL}
},
commonFields);