mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
Update content/_code-samples/tx-serialization/js/index.js
Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user