tari-project / universe

Other
8 stars 24 forks source link

fix(wallet): import seed words on windows #895

Closed mmrrnn closed 6 days ago

mmrrnn commented 1 week ago

An issue was that InternalWallet::clear_wallet_local_data was trying to remove cache wallet dir which was opened. I fix it by calling stop_all_miners before that action.