From 1c26e8b6d53ae76b72b2bf8951a6b3030ca423b4 Mon Sep 17 00:00:00 2001 From: Omar Khan Date: Wed, 9 Nov 2022 15:20:37 -0500 Subject: [PATCH] update definitions to change Asset & Asset2 nth values to 3 & 4 --- 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 b9aa434c..c9d2c494 100644 --- a/packages/ripple-binary-codec/src/enums/definitions.json +++ b/packages/ripple-binary-codec/src/enums/definitions.json @@ -1966,7 +1966,7 @@ [ "Asset", { - "nth": 1, + "nth": 3, "isVLEncoded": false, "isSerialized": true, "isSigningField": true, @@ -1976,7 +1976,7 @@ [ "Asset2", { - "nth": 2, + "nth": 4, "isVLEncoded": false, "isSerialized": true, "isSigningField": true,