Update content/_code-samples/tx-serialization/js/index.js

Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
AlexanderBuzz
2023-01-30 12:02:54 +01:00
committed by GitHub
parent fa22313650
commit b7e7e24554

View File

@@ -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") {