Fix error when a transaction is manually rejected in MM popup
This commit is contained in:
parent
39111829cb
commit
c9791bc1a6
|
@ -42,7 +42,7 @@ const createTransaction = (
|
||||||
openSnackbar(notifications.CREATED_MORE_CONFIRMATIONS_NEEDED, 'success')
|
openSnackbar(notifications.CREATED_MORE_CONFIRMATIONS_NEEDED, 'success')
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
openSnackbar(notifications.ERROR, '')
|
openSnackbar(notifications.ERROR, 'error')
|
||||||
console.error(`Error while creating transaction: ${err}`)
|
console.error(`Error while creating transaction: ${err}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue