We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d23ec0 commit 1d0d790Copy full SHA for 1d0d790
lib/pages/wallet_view/wallet_view.dart
@@ -432,7 +432,9 @@ class _WalletViewState extends ConsumerState<WalletView> {
432
);
433
434
final wallet = ref.read(pWallets).getWallet(walletId) as SparkInterface;
435
- await wallet.init();
+ // this should not be needed here as its already called when entering a
436
+ // wallet
437
+ // await wallet.init();
438
final sparkViewKeyHex = wallet.viewKeyHex;
439
440
if (context.mounted) {
0 commit comments