You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2175: Fix: `wallet_remove_addresses` does not update wallet file r=damip a=AurelienFT
I have fixed by calling `save()`. `save()` can fail with a Result so I changed the return type to be able to propagate the error.
Fix#2172.
Co-authored-by: AurelienFT <aurelien.foucault@epitech.eu>
0 commit comments