Fix error when a transaction is manually rejected in MM popup

This commit is contained in:
Germán Martínez 2019-09-13 12:01:35 +02:00
parent c8ae33288d
commit 7e9f988160

View File

@ -42,7 +42,7 @@ const createTransaction = (
openSnackbar(notifications.CREATED_MORE_CONFIRMATIONS_NEEDED, 'success')
}
} catch (err) {
openSnackbar(notifications.ERROR, '')
openSnackbar(notifications.ERROR, 'error')
console.error(`Error while creating transaction: ${err}`)
}