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
When a server has insufficient funds left to pay for fees and create a change output, it shouldn't commit. This does happen now, leading to having no change in the last transaction. This permanently and irrecoverably breaks the chain of spends, breaking everyone's ability to prove non-equivocation. This should be handled properly.
See this transaction from the test commitment server. It writes the (last) OP_RETURN and no change.
The text was updated successfully, but these errors were encountered:
When a server has insufficient funds left to pay for fees and create a change output, it shouldn't commit. This does happen now, leading to having no change in the last transaction. This permanently and irrecoverably breaks the chain of spends, breaking everyone's ability to prove non-equivocation. This should be handled properly.
See this transaction from the test commitment server. It writes the (last) OP_RETURN and no change.
The text was updated successfully, but these errors were encountered: