From 369c9fe7a4c21db2a84faa1f2fe2161bdb95f3bf Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Wed, 15 Feb 2023 17:05:54 -0500 Subject: [PATCH] fixup! reorder definitions --- .../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 c1f2eba0..47b2facf 100644 --- a/packages/ripple-binary-codec/src/enums/definitions.json +++ b/packages/ripple-binary-codec/src/enums/definitions.json @@ -1476,16 +1476,6 @@ "type": "Amount" } ], - [ - "LockedBalance", - { - "nth": 31, - "isVLEncoded": false, - "isSerialized": true, - "isSigningField": true, - "type": "Amount" - } - ], [ "SignatureReward", { @@ -1506,6 +1496,16 @@ "type": "Amount" } ], + [ + "LockedBalance", + { + "nth": 31, + "isVLEncoded": false, + "isSerialized": true, + "isSigningField": true, + "type": "Amount" + } + ], [ "PublicKey", {