You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The transaction's value is null by default.
For example, Phantom wallet send an RPC error "got code 9991 with msg "Missing or invalid parameters" when value is null.
We should send EtherAmount.zero instead of null
Do you think it will be ok to replace null to 0 by default ? Any impact with other wallet ?
I precise i use for example eth_sendTransaction with a Transaction.value = null to create HTLC Contract
The text was updated successfully, but these errors were encountered:
Hello
The transaction's value is null by default.
For example, Phantom wallet send an RPC error "got code 9991 with msg "Missing or invalid parameters" when value is null.
We should send EtherAmount.zero instead of null
Do you think it will be ok to replace null to 0 by default ? Any impact with other wallet ?
I precise i use for example eth_sendTransaction with a Transaction.value = null to create HTLC Contract
The text was updated successfully, but these errors were encountered: