maidsafe / safe_network

Autonomi combines the spare capacity of everyday devices to form a new, autonomous, data and communications layer of the Internet
http://autonomi.com
76 stars 48 forks source link

Handling stalled wallet #1918

Closed maqi closed 3 months ago

maqi commented 3 months ago

Description

This PR contains following part to help with resolving stalled wallet: 1, a client status wallet cmd to print out current wallet status explicitly. useful to understand what caused wallet stalling. 2, backup all confirmed_spends for future use 3, resend confirmed_spends if necessary

Related Issue

Fixes # (if applicable).

Type of Change