tx controller - resubmit - recognize parity known hash message

feature/default_network_editable
kumavis 8 years ago
parent fd6caf8713
commit 4fa999e4de
  1. 1
      app/scripts/controllers/transactions.js

@ -431,6 +431,7 @@ module.exports = class TransactionController extends EventEmitter {
|| errorMessage.startsWith('known transaction')
// parity
|| errorMessage === 'gas price too low to replace'
|| errorMessage === 'transaction with the same hash was already imported.'
)
// ignore resubmit warnings, return early
if (!isKnownTx) this.setTxStatusFailed(txMeta.id, reason.message)

Loading…
Cancel
Save