mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
send tx - validate - simplify error message for attempting to call function on non-contract address
This commit is contained in:
parent
fda101912b
commit
17a856cfd3
@ -1176,7 +1176,7 @@
|
||||
"message": "Transaction Error. Exception thrown in contract code."
|
||||
},
|
||||
"transactionErrorNoContract": {
|
||||
"message": "Trying to call a contract function at an address that is not a contract address."
|
||||
"message": "Trying to call a function on a non-contract address."
|
||||
},
|
||||
"transactionMemo": {
|
||||
"message": "Transaction memo (optional)"
|
||||
|
Loading…
Reference in New Issue
Block a user