mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
Clean up
This commit is contained in:
parent
95073cb4e8
commit
7a745000b9
2 changed files with 1 additions and 3 deletions
|
@ -116,9 +116,8 @@ class Message {
|
|||
}
|
||||
|
||||
enum EpicTransactionType {
|
||||
//Use Epic transaction type here
|
||||
TxReceived,
|
||||
TxReceivedCancelled,
|
||||
TxSent,
|
||||
TxSentCancelled, // should we keep this?
|
||||
TxSentCancelled,
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue