From 7a745000b9c3a977944c6805beec5e9ef338bdca Mon Sep 17 00:00:00 2001 From: likho Date: Tue, 10 Oct 2023 09:59:16 +0200 Subject: [PATCH] Clean up --- lib/models/isar/models/blockchain_data/epic_transaction.dart | 3 +-- lib/services/coins/epiccash/epiccash_wallet.dart | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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;