mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #5000 from MetaMask/contract-method-conf-sim-failure
Show error while allowing confirmation of tx where simulation fails
This commit is contained in:
commit
d4af5b7bec
@ -124,7 +124,7 @@ export default class ConfirmTransactionBase extends Component {
|
|||||||
|
|
||||||
if (simulationFails) {
|
if (simulationFails) {
|
||||||
return {
|
return {
|
||||||
valid: false,
|
valid: true,
|
||||||
errorKey: TRANSACTION_ERROR_KEY,
|
errorKey: TRANSACTION_ERROR_KEY,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
export const INSUFFICIENT_FUNDS_ERROR_KEY = 'insufficientFunds'
|
export const INSUFFICIENT_FUNDS_ERROR_KEY = 'insufficientFunds'
|
||||||
export const GAS_LIMIT_TOO_LOW_ERROR_KEY = 'gasLimitTooLow'
|
export const GAS_LIMIT_TOO_LOW_ERROR_KEY = 'gasLimitTooLow'
|
||||||
export const TRANSACTION_ERROR = 'transactionError'
|
export const TRANSACTION_ERROR_KEY = 'transactionError'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user