From b7e7e24554f88103a02fd1c18f89fa62a899e060 Mon Sep 17 00:00:00 2001 From: AlexanderBuzz <102560752+AlexanderBuzz@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:02:54 +0100 Subject: [PATCH] Update content/_code-samples/tx-serialization/js/index.js Co-authored-by: Jackson Mills --- content/_code-samples/tx-serialization/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_code-samples/tx-serialization/js/index.js b/content/_code-samples/tx-serialization/js/index.js index f8d1a338cd..9adcf53e49 100644 --- a/content/_code-samples/tx-serialization/js/index.js +++ b/content/_code-samples/tx-serialization/js/index.js @@ -549,7 +549,7 @@ class TxSerializer { logger("Serializing field " + fieldName + " of type " + fieldType) const idPrefix = this.fieldId(fieldName) - logger("IdPrefix is: " + idPrefix) + logger("ID Prefix is: " + idPrefix) // Special case: convert from string to UInt16 if (fieldName === "TransactionType") {