Utils.fromHex function now defaults to automatically strip all delimiters. Fixes #295

This commit is contained in:
n1474335 2018-04-30 16:51:04 +00:00
parent d18a7df3bc
commit 72f7f0b70c
3 changed files with 10 additions and 5 deletions

View file

@ -624,7 +624,7 @@ const OperationConfig = {
{
name: "Delimiter",
type: "option",
value: ByteRepr.HEX_DELIM_OPTIONS
value: ByteRepr.FROM_HEX_DELIM_OPTIONS
}
]
},
@ -639,7 +639,7 @@ const OperationConfig = {
{
name: "Delimiter",
type: "option",
value: ByteRepr.HEX_DELIM_OPTIONS
value: ByteRepr.TO_HEX_DELIM_OPTIONS
}
]
},