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
// Enforce single balance per token invariant: if a type appears in one map, it must not appear in the other.
556
-
forcollateralTypeineffectiveCollateral {
556
+
forcollateralTypeineffectiveCollateral.keys {
557
557
assert(effectiveDebt[collateralType] ==nil, message: "cannot construct BalanceSheet: observed both credit and debit balance for \(collateralType.identifier)")
0 commit comments