-
I was puzzled with the error of "invalid params" from contract deployment. The contract was deployed many time before. After refactoring, the error of invalid params starts to appear. For test, constant params have been used in constructor and the error of "invalid params" is the same. Then abi and byte code were checked and they seems all right. What is the other thing which can go wrong with error of invalid params? Here is the code. The ethers is 5.4. The IP address of the boot node is correct.
factory.deploy throws the error below. The server log complaining about "unrecognized field 'type'":
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Here is the Besu network log reporting the invalid params, unrecognized field "type". What is field "type" in tx submitted?
|
Beta Was this translation helpful? Give feedback.
Here is the Besu network log reporting the invalid params, unrecognized field "type". What is field "type" in tx submitted?