This error happened in the first place because I was dead-set on storing these values as hex for no good reason, but everything works much better when decimal is used instead. Ideally, you would be able to support both by detecting what base the number is through presence or absence of "0x," but for now, I'm just going to make it decimal-only to avoid issues.
This error happened in the first place because I was dead-set on storing these values as hex for no good reason, but everything works much better when decimal is used instead. Ideally, you would be able to support both by detecting what base the number is through presence or absence of "0x," but for now, I'm just going to make it decimal-only to avoid issues.