Thibaut Boustany
7 years ago
No known key found for this signature in database
GPG Key ID: 32475B11A2B13EEC
1 changed files with
1 additions and
1 deletions
-
src/bridge/EthereumJSBridge.js
|
|
@ -37,7 +37,7 @@ const EditFees = ({ account, onChange, value }: EditProps<Transaction>) => ( |
|
|
|
const EditAdvancedOptions = ({ onChange, value }: EditProps<Transaction>) => ( |
|
|
|
<AdvancedOptions |
|
|
|
gasLimit={value.gasLimit} |
|
|
|
onChange={gasLimit => { |
|
|
|
onChangeGasLimit={gasLimit => { |
|
|
|
onChange({ ...value, gasLimit }) |
|
|
|
}} |
|
|
|
/> |
|
|
|