mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 12:29:31 +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
|
@observable
|
||||||
bool isSendable;
|
bool isSendable;
|
||||||
|
|
||||||
|
Box<Trade> trades;
|
||||||
|
|
||||||
ExchangeProvider _provider;
|
ExchangeProvider _provider;
|
||||||
|
|
||||||
Timer _timer;
|
Timer _timer;
|
||||||
|
|
||||||
Box<Trade> trades;
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void dispose() {
|
void dispose() {
|
||||||
super.dispose();
|
super.dispose();
|
||||||
|
|
Loading…
Reference in a new issue