mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +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)
|
logger("Serializing field " + fieldName + " of type " + fieldType)
|
||||||
|
|
||||||
const idPrefix = this.fieldId(fieldName)
|
const idPrefix = this.fieldId(fieldName)
|
||||||
logger("IdPrefix is: " + idPrefix)
|
logger("ID Prefix is: " + idPrefix)
|
||||||
|
|
||||||
// Special case: convert from string to UInt16
|
// Special case: convert from string to UInt16
|
||||||
if (fieldName === "TransactionType") {
|
if (fieldName === "TransactionType") {
|
||||||
|
|||||||
Reference in New Issue
Block a user