This commit is contained in:
likho 2023-10-10 09:59:16 +02:00
parent 95073cb4e8
commit 7a745000b9
2 changed files with 1 additions and 3 deletions

View file

@ -116,9 +116,8 @@ class Message {
} }
enum EpicTransactionType { enum EpicTransactionType {
//Use Epic transaction type here
TxReceived, TxReceived,
TxReceivedCancelled, TxReceivedCancelled,
TxSent, TxSent,
TxSentCancelled, // should we keep this? TxSentCancelled,
} }

View file

@ -116,7 +116,6 @@ class EpicCashWallet extends CoinServiceAPI
static const integrationTestFlag = static const integrationTestFlag =
bool.fromEnvironment("IS_INTEGRATION_TEST"); bool.fromEnvironment("IS_INTEGRATION_TEST");
final m = Mutex();
final syncMutex = Mutex(); final syncMutex = Mutex();
final _prefs = Prefs.instance; final _prefs = Prefs.instance;