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:
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…
Reference in New Issue
Block a user