From 7664b6273cf4664f42d9757c6aed995a890d140d Mon Sep 17 00:00:00 2001 From: Omar Khan Date: Tue, 6 Jun 2023 18:04:22 -0400 Subject: [PATCH] update DiscountedFee definition --- .../src/enums/definitions.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/ripple-binary-codec/src/enums/definitions.json b/packages/ripple-binary-codec/src/enums/definitions.json index 402df697..7c7e9763 100644 --- a/packages/ripple-binary-codec/src/enums/definitions.json +++ b/packages/ripple-binary-codec/src/enums/definitions.json @@ -283,6 +283,16 @@ "type": "UInt16" } ], + [ + "DiscountedFee", + { + "nth": 6, + "isVLEncoded": false, + "isSerialized": true, + "isSigningField": true, + "type": "UInt16" + } + ], [ "Version", { @@ -793,16 +803,6 @@ "type": "UInt32" } ], - [ - "DiscountedFee", - { - "nth": 49, - "isVLEncoded": false, - "isSerialized": true, - "isSigningField": true, - "type": "UInt32" - } - ], [ "FirstNFTokenSequence", {