diff --git a/CHANGELOG.md b/CHANGELOG.md index d03d84703..b6f714fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - [#379](https://github.com/poanetwork/nifty-wallet/pull/379) - (Feature) Ability to set custom nonce of tx - [#377](https://github.com/poanetwork/nifty-wallet/pull/377) - (Fix) Sign message screen: do not decode message if it is not hex encoded - [#364](https://github.com/poanetwork/nifty-wallet/pull/364) - (Fix) notifications order in batch requests +- [#364](https://github.com/poanetwork/nifty-wallet/pull/364) - Fix notifications order in batch requests ## 5.0.3 Fri May 01 2020 @@ -15,6 +16,7 @@ - [#368](https://github.com/poanetwork/nifty-wallet/pull/368) - (Fix) Ability to import Keystore file if it is not secured by password - [#366](https://github.com/poanetwork/nifty-wallet/pull/366) - (Fix) Increase max token symbol length up to 12 - [#363](https://github.com/poanetwork/nifty-wallet/pull/363) - (Fix) token decimals display in pending tx screen +- [#356](https://github.com/poanetwork/nifty-wallet/pull/356) - (Backwards-compatibility feature) Custom derivation paths and access to funds in accounts derived from ETH dPath ## 5.0.2 Thu Apr 16 2020 diff --git a/old-ui/app/components/pending-tx.js b/old-ui/app/components/pending-tx.js index 480fda952..4b0a8ce72 100644 --- a/old-ui/app/components/pending-tx.js +++ b/old-ui/app/components/pending-tx.js @@ -158,6 +158,7 @@ class PendingTx extends Component { fontSize: '14px', } + const isError = txMeta.simulationFails || !isValidAddress || insufficientBalance || (dangerousGasLimit && !gasLimitSpecified) return (