Fix Features field requirement in SetFee transaction format

This commit is contained in:
wltsmrz
2015-02-20 15:01:00 -08:00
parent 0e3e64105c
commit a20a649013

View File

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