mimblewimble / grin-gui

GUI for Grin Node + Wallet
GNU General Public License v3.0
20 stars 21 forks source link

[Bug]: The wallet does not auto-refresh txlog state #81

Open phyro opened 9 months ago

phyro commented 9 months ago

UPDATE: This seems to work correctly when doing transactions with Contract flow.

Describe the bug The wallet shows transaction as Unconfirmed in the transaction history when it really has been confirmed.

NOTE: I tried this with Legacy flow, not contracts.

To Reproduce Steps to reproduce the behavior:

  1. Create a self-spend transaction
  2. Notice Unconfirmed two transaction logs are created
  3. Go to Node and wait for the tx to get mined
  4. Transaction stays Unconfirmed

Expected behavior I'd expect the wallet to update the state once a block is found.

Screenshots /

Desktop (please complete the following information):

Additional context If I close the wallet and open it again, the state gets refreshed and they're correctly labeled as Confirmed.