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
After a channel is closed, we perform a self destruct to its contract. Due to that, we cannot re-route to the "show" page, since the contract no longer exists and it will show nothing.
This issue needs to be addressed, because we still want the user to view data for at least a little after.
The text was updated successfully, but these errors were encountered:
Describe the bug
After a channel is closed, we perform a self destruct to its contract. Due to that, we cannot re-route to the "show" page, since the contract no longer exists and it will show nothing.
To Reproduce
Steps to reproduce the behavior:
Create a new Deposit contract, follow all the stages up to (and including) closing the channel.
Through the manage as initiator/counterpart page try to draw the remaining balance.
Observe you stay on the same page.
When you try to enter the URL to the show page of the contract you will not be able to do so.
Expected behavior
We expect to see the contract as closed and funds withdrawn, to know that everything went as expected.
Desktop (please complete the following information):
After a channel is closed, we perform a self destruct to its contract. Due to that, we cannot re-route to the "show" page, since the contract no longer exists and it will show nothing.
This issue needs to be addressed, because we still want the user to view data for at least a little after.
The text was updated successfully, but these errors were encountered: