1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

disabled nonce in sendform

This commit is contained in:
Szymon Lesisz 2018-05-21 11:58:55 +02:00
parent 79b277f732
commit 38c45bb78d

View File

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