diff --git a/lib/models/isar/models/blockchain_data/epic_transaction.dart b/lib/models/isar/models/blockchain_data/epic_transaction.dart index c168fb18f..e63f72b1d 100644 --- a/lib/models/isar/models/blockchain_data/epic_transaction.dart +++ b/lib/models/isar/models/blockchain_data/epic_transaction.dart @@ -116,9 +116,8 @@ class Message { } enum EpicTransactionType { - //Use Epic transaction type here TxReceived, TxReceivedCancelled, TxSent, - TxSentCancelled, // should we keep this? + TxSentCancelled, } diff --git a/lib/services/coins/epiccash/epiccash_wallet.dart b/lib/services/coins/epiccash/epiccash_wallet.dart index 419430778..a43091d20 100644 --- a/lib/services/coins/epiccash/epiccash_wallet.dart +++ b/lib/services/coins/epiccash/epiccash_wallet.dart @@ -116,7 +116,6 @@ class EpicCashWallet extends CoinServiceAPI static const integrationTestFlag = bool.fromEnvironment("IS_INTEGRATION_TEST"); - final m = Mutex(); final syncMutex = Mutex(); final _prefs = Prefs.instance;