disabled nonce in sendform

pull/2/merge
Szymon Lesisz 6 years ago
parent 79b277f732
commit 38c45bb78d

@ -82,7 +82,7 @@ const AdvancedForm = (props: Props) => {
<div className="advanced-container opened"> <div className="advanced-container opened">
<a className="advanced" onClick={ toggleAdvanced }>Advanced settings</a> <a className="advanced" onClick={ toggleAdvanced }>Advanced settings</a>
<div className="row gas-row"> <div className="row gas-row">
<div className="column nonce"> {/* <div className="column nonce">
<label> <label>
Nonce Nonce
<Tooltip <Tooltip
@ -102,7 +102,7 @@ const AdvancedForm = (props: Props) => {
onChange={ event => onNonceChange(event.target.value) } /> onChange={ event => onNonceChange(event.target.value) } />
{ errors.nonce ? (<span className="error">{ errors.nonce }</span>) : null } { errors.nonce ? (<span className="error">{ errors.nonce }</span>) : null }
{ warnings.nonce ? (<span className="warning">{ warnings.nonce }</span>) : null } { warnings.nonce ? (<span className="warning">{ warnings.nonce }</span>) : null }
</div> </div> */}
<div className="column"> <div className="column">
<label> <label>
Gas limit Gas limit

Loading…
Cancel
Save