1
0
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:
kumavis 2018-10-21 00:57:45 -04:00
parent fda101912b
commit 17a856cfd3

View File

@ -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)"