got code 9991 with msg "Missing or invalid parameters" Error #235
Unanswered
redDwarf03
asked this question in
Help & Support
Replies: 1 comment 2 replies
-
Hi @redDwarf03, Thanks for writing in! Do you have a version of this hosted somewhere that we can reproduce for investigation? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hello
When we send a transaction without value property filled, Phantom wallet send an RPC error "got code 9991 with msg "Missing or invalid parameters"
But i use eth_sendTransaction with a Transaction.value = null to create a HTLC Contract
Is it a desired behavior to generate an error in this case, knowing that other EVM wallets do not return an error if the value is not filled in?
Thx
Example
No response
Steps to Reproduce
Create for example a transaction:
eth_sendTransaction
from: 0xb476bf84be229f0eb0ef94402eb265ee2c4dffe2
to: 0xd5ca9f76495b853a5054814a10b6365ee8ed745b
gasPrice: 0xad7e673ab
gas: 0x16e360
value: null
data: 0x2064295e0029d025910906909f90af582c2b49eb5ae39efa7f60d1fca9fcf0c508712c110000000000000000000000000000000000000000000000008ac7230489e80000
Phantom Version
24.8.0
Is there an existing discussion for this?
Beta Was this translation helpful? Give feedback.
All reactions