Feat: save highVolumeTxs on DB and plugins code refactor

Fix: remove unused module and add space before '('

Chore: add jest tests for transactionNotify
This commit is contained in:
Cesar 2020-12-04 19:58:17 +00:00 committed by Josh Harvey
parent 366adad375
commit 096c4bc87b
4 changed files with 479 additions and 318 deletions

View file

@ -84,4 +84,8 @@ function emailAlert (alert) {
const sendMessage = email.sendMessage
<<<<<<< HEAD
=======
>>>>>>> 1706b2c... Feat: save highVolumeTxs on DB and plugins code refactor
module.exports = { alertSubject, printEmailAlerts, sendMessage }