From 0a0f5afb661d1d17dcc75a8b62bc4e494ab8ecb3 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Wed, 15 Feb 2023 16:51:19 -0500 Subject: [PATCH] fixup! prepare for nth clash in definitions.json --- packages/ripple-binary-codec/src/enums/definitions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ripple-binary-codec/src/enums/definitions.json b/packages/ripple-binary-codec/src/enums/definitions.json index fce6bd03..165d22e0 100644 --- a/packages/ripple-binary-codec/src/enums/definitions.json +++ b/packages/ripple-binary-codec/src/enums/definitions.json @@ -764,7 +764,7 @@ [ "LockCount", { - "nth": 47, + "nth": 49, "isVLEncoded": false, "isSerialized": true, "isSigningField": true, @@ -1434,7 +1434,7 @@ [ "LockedBalance", { - "nth": 21, + "nth": 31, "isVLEncoded": false, "isSerialized": true, "isSigningField": true,