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
in overview -> specification the following bullet point is confusing to me coming in with zero knowledge:
Each step of the algorithm belongs to a separate label. The labels determine what happens atomically and what can be interrupted by another process. That way we can represent race conditions.
each of the other bullet points reference text from the spec for what is being explained (like People and acct) but this one does not. After following the link, I assume Check:, Withdraw:, and Deposit: are the labels, but I'm not 100% sure and just have to continue reading.
The text was updated successfully, but these errors were encountered:
in overview -> specification the following bullet point is confusing to me coming in with zero knowledge:
each of the other bullet points reference text from the spec for what is being explained (like
People
andacct
) but this one does not. After following the link, I assumeCheck:
,Withdraw:
, andDeposit:
are the labels, but I'm not 100% sure and just have to continue reading.The text was updated successfully, but these errors were encountered: