send tx - validate - simplify error message for attempting to call function on non-contract address

feature/default_network_editable
kumavis 6 years ago
parent fda101912b
commit 17a856cfd3
  1. 2
      app/_locales/en/messages.json

@ -1176,7 +1176,7 @@
"message": "Transaction Error. Exception thrown in contract code." "message": "Transaction Error. Exception thrown in contract code."
}, },
"transactionErrorNoContract": { "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": { "transactionMemo": {
"message": "Transaction memo (optional)" "message": "Transaction memo (optional)"

Loading…
Cancel
Save