mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-08 20:09:24 +00:00
CWA-169 | changed order of definition of properties in ExchangeTradeStore
This commit is contained in:
parent
fdeb66e643
commit
30a7e5c4c8
1 changed files with 2 additions and 2 deletions
|
@ -42,12 +42,12 @@ abstract class ExchangeTradeStoreBase with Store {
|
|||
@observable
|
||||
bool isSendable;
|
||||
|
||||
Box<Trade> trades;
|
||||
|
||||
ExchangeProvider _provider;
|
||||
|
||||
Timer _timer;
|
||||
|
||||
Box<Trade> trades;
|
||||
|
||||
@override
|
||||
void dispose() {
|
||||
super.dispose();
|
||||
|
|
Loading…
Reference in a new issue