diff --git a/blue_modules/notifications.js b/blue_modules/notifications.js index 92b7a18a1..24027e56a 100644 --- a/blue_modules/notifications.js +++ b/blue_modules/notifications.js @@ -133,6 +133,7 @@ export const majorTomToGroundControl = async (addresses, hashes, txids) => { } } catch (error) { console.error('Error in majorTomToGroundControl:', error); + throw error; } };