mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Fixes for update fiat rate after change of current wallet type. Fixes for change amount for btc transactions. Changed displaying of balance for btc wallet. General fixes.
This commit is contained in:
parent
eede39ee7a
commit
8cb9bd15cd
29 changed files with 340 additions and 276 deletions
|
@ -19,5 +19,5 @@ Future<void> loadCurrentWallet() async {
|
|||
await getIt.get<KeyService>().getWalletPassword(walletName: name);
|
||||
final _service = getIt.get<WalletService>(param1: type);
|
||||
final wallet = await _service.openWallet(name, password);
|
||||
appStore.wallet = wallet;
|
||||
appStore.changeCurrentWallet(wallet);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue