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
grin wallet tx -i <txid> shows all the involved inputs and change output.
Wait for a day. (Not sure of the exact time needed to repro, but at least a few hours).
grin wallet tx -i <txid> shows all the involved inputs, but the change output is no longer showing up.
grin wallet receive -i 1.grin, run either locally or from another wallet.
grin wallet finalize -i 1.grin.response. It shows the command is successful.
Wait sometime for the tx to be confirmed.
grin wallet tx -i <txid> still shows the tx as unconfirmed, but all inputs are now marked as spent, and the change output is still nowhere to be found. This results in lost change and a dangling tx.
I can then restore the entire wallet to recoup all the grins, but that results in loss of local tx data.
The text was updated successfully, but these errors were encountered:
I'll see if there's anything removing the change output after a time period (there shouldn't be, sounds odd) but in the meantime grin wallet check_repair should restore missing outputs without any loss of tx data
Steps to reproduce:
grin wallet send -m file -d 1.grin 1
grin wallet tx -i <txid>
shows all the involved inputs and change output.grin wallet tx -i <txid>
shows all the involved inputs, but the change output is no longer showing up.grin wallet receive -i 1.grin
, run either locally or from another wallet.grin wallet finalize -i 1.grin.response
. It shows the command is successful.grin wallet tx -i <txid>
still shows the tx as unconfirmed, but all inputs are now marked as spent, and the change output is still nowhere to be found. This results in lost change and a dangling tx.I can then restore the entire wallet to recoup all the grins, but that results in loss of local tx data.
The text was updated successfully, but these errors were encountered: