mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-04-02 20:49:10 +00:00
save the output state
This commit is contained in:
parent
bcf7e77d65
commit
52fd029c7d
4 changed files with 5 additions and 5 deletions
cw_bitcoin
cw_core
cw_monero
lib/view_model/unspent_coins
|
@ -746,5 +746,5 @@ packages:
|
|||
source: hosted
|
||||
version: "3.1.1"
|
||||
sdks:
|
||||
dart: ">=2.19.0 <3.0.0"
|
||||
dart: ">=2.19.0 <4.0.0"
|
||||
flutter: ">=3.0.0"
|
||||
|
|
|
@ -665,5 +665,5 @@ packages:
|
|||
source: hosted
|
||||
version: "3.1.1"
|
||||
sdks:
|
||||
dart: ">=2.19.0 <3.0.0"
|
||||
dart: ">=2.19.0 <4.0.0"
|
||||
flutter: ">=3.0.0"
|
||||
|
|
|
@ -672,5 +672,5 @@ packages:
|
|||
source: hosted
|
||||
version: "3.1.1"
|
||||
sdks:
|
||||
dart: ">=2.19.0 <3.0.0"
|
||||
dart: ">=2.19.0 <4.0.0"
|
||||
flutter: ">=3.0.0"
|
||||
|
|
|
@ -35,9 +35,9 @@ abstract class UnspentCoinsListViewModelBase with Store {
|
|||
address: elem.address,
|
||||
amount: amount,
|
||||
hash: elem.hash,
|
||||
isFrozen: elem.isFrozen,
|
||||
isFrozen: info.isFrozen,
|
||||
note: info.note,
|
||||
isSending: elem.isSending
|
||||
isSending: info.isSending
|
||||
);
|
||||
}));
|
||||
|
||||
|
|
Loading…
Reference in a new issue