Closed natenichols closed 3 years ago
Modifies HEX_REGEX to accept lowercase hex. fixes #132
Rippled api now encodes some UInt64 values as lowercase hex. Modifying this regex allows the binary codec to encode Uint64s that are lowercase hex.
UInt64
Uint64
High Level Overview of Change
Modifies HEX_REGEX to accept lowercase hex. fixes #132
Context of Change
Rippled api now encodes some
UInt64
values as lowercase hex. Modifying this regex allows the binary codec to encodeUint64
s that are lowercase hex.Type of Change