diff --git a/old-ui/app/components/send/send-contract.js b/old-ui/app/components/send/send-contract.js index 53a6f9cd1..34eedf7ed 100644 --- a/old-ui/app/components/send/send-contract.js +++ b/old-ui/app/components/send/send-contract.js @@ -148,7 +148,7 @@ class SendTransactionScreen extends PersistentForm { {params.name || `Input ${ind + 1}`} ) - //bytes field is not mandatory to fill: 0x is by defualt + // bytes field is not mandatory to fill: 0x is by defualt if (params.type.startsWith('bytes') && !Array.isArray(params.type)) { const inputValues = this.props.inputValues || {} if (!inputValues[ind]) {