Update monero_wallet_service.dart (#2666)

Serhii committed Nov 21, 2025 at 21:16 UTC f05d6ef1b2acaf8b79ebdf1f58cea84130e4aa6d
1 file changed -1
cw_monero/lib/monero_wallet_service.dart
-1
@@ -394,7 +394,6 @@ class MoneroWalletService extends WalletService<
394 derivationInfo.derivationType = DerivationType.bip39;
395 derivationInfo.derivationPath = "m/44'/128'/0'/0/0";
396 await derivationInfo.save();
397 - walletInfo.save();
397
398 final legacyMnemonic =
399 getLegacySeedFromBip39(mnemonic, passphrase: passphrase ?? "");