From a2bce8f51371b9ad2ba1eacb3440d2d9a4c26555 Mon Sep 17 00:00:00 2001 From: Omar Khan Date: Thu, 15 Sep 2022 15:24:42 -0400 Subject: [PATCH] update definitions.json with different AuthAccounts number --- .../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 cc0fc1d0..2c3b655c 100644 --- a/packages/ripple-binary-codec/src/enums/definitions.json +++ b/packages/ripple-binary-codec/src/enums/definitions.json @@ -2402,16 +2402,6 @@ "type": "STArray" } ], - [ - "AuthAccounts", - { - "nth": 21, - "isVLEncoded": false, - "isSerialized": true, - "isSigningField": true, - "type": "STArray" - } - ], [ "Majorities", { @@ -2461,6 +2451,16 @@ "isSigningField": true, "type": "STArray" } + ], + [ + "AuthAccounts", + { + "nth": 26, + "isVLEncoded": false, + "isSerialized": true, + "isSigningField": true, + "type": "STArray" + } ] ], "TRANSACTION_RESULTS": {