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
If someone pulls out their investment from a project, there are 2 problems
in the project page there is no information about it (investors can't tell if people pulled out their money, or how much is actually invested in the project)
in spends funds it is showed as "spent" even though it really isn't.
The text was updated successfully, but these errors were encountered:
for the founder:
in spends funds, the utxo of the refunded invested is shown as "spent".
for investor:
in browse there is no way to know
very easy to reproduce, you can even look in spend,razor for string statusText = transaction.IsSpent ? "Spent" : "Unspent";
there is no condition for refunded.
(also can be solved by a filter on the items that if they were refunded don't show in spend page var transaction in stage.Items) line 110~
If someone pulls out their investment from a project, there are 2 problems
The text was updated successfully, but these errors were encountered: