Merge pull request #288 from ripple/fix-setfee-transaction-format

Fix Features field requirement in SetFee transaction format
This commit is contained in:
Geert Weening
2015-02-23 09:16:13 -08:00

View File

@@ -272,7 +272,6 @@ exports.tx = {
[ 'Feature' , REQUIRED ]
]),
SetFee: [101].concat(base, [
[ 'Features' , REQUIRED ],
[ 'BaseFee' , REQUIRED ],
[ 'ReferenceFeeUnits' , REQUIRED ],
[ 'ReserveBase' , REQUIRED ],