as a json-rpc type; strings must be prefixed with \"0x\" #4441
-
Hi, I have a code programmed in Elixir which worked perfectly a few months ago in a Debian 10. Some months later, trying to run it again on a MacBook M1 Pro, I got this error: as a json-rpc type; strings must be prefixed with "0x" Is strange as I never got this message before and the interaction with the contract worked perfectly. The code is exactly the same, even though I did a Could be a breaking change or something new on Ganache I'm missing? Thanks! Full error message:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Looks like you are sending or estimating a transaction with a data param that doesn't start with |
Beta Was this translation helpful? Give feedback.
Looks like you are sending or estimating a transaction with a data param that doesn't start with
0x
.