- Fixed typo

This commit is contained in:
AlexanderBuzz
2023-01-30 12:38:50 +01:00
parent 642b06feb4
commit 5e31e55408

View File

@@ -576,7 +576,7 @@ class TxSerializer {
const fieldBytes = dispatch[fieldType](fieldValue)
logger(fieldName + ' : ' + fieldBytes)
logger(fieldName + ': ' + fieldBytes)
return idPrefix.toString("hex") + fieldBytes
}