The treatment of hexadecimal values is inconsistent. In most cases 0x-prefixed hex values are accepted and returned, but in some cases hex values may be accepted or printed without a 0x prefix.
For example, account sign-message prints the signature without a 0x prefix, and account verify-message will accept a signature lacking in a 0x prefix. There may be other instances that can be identified.
The treatment of hexadecimal values is inconsistent. In most cases
0x-prefixed hex values are accepted and returned, but in some cases hex values may be accepted or printed without a0xprefix.For example,
account sign-messageprints the signature without a0xprefix, andaccount verify-messagewill accept a signature lacking in a0xprefix. There may be other instances that can be identified.