mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 05:05:50 +00:00
- Fixed typo
This commit is contained in:
@@ -576,7 +576,7 @@ class TxSerializer {
|
||||
|
||||
const fieldBytes = dispatch[fieldType](fieldValue)
|
||||
|
||||
logger(fieldName + ' : ' + fieldBytes)
|
||||
logger(fieldName + ': ' + fieldBytes)
|
||||
|
||||
return idPrefix.toString("hex") + fieldBytes
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user