mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-21 22:58:49 +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 {
|
enum EpicTransactionType {
|
||||||
//Use Epic transaction type here
|
|
||||||
TxReceived,
|
TxReceived,
|
||||||
TxReceivedCancelled,
|
TxReceivedCancelled,
|
||||||
TxSent,
|
TxSent,
|
||||||
TxSentCancelled, // should we keep this?
|
TxSentCancelled,
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue