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
The LedgerEntryIsValid invariant should check that fields that should be immutable are never changed. For example, every field in ClaimableBalanceEntry should be immutable, so the invariant should check that.
The text was updated successfully, but these errors were encountered:
The
LedgerEntryIsValid
invariant should check that fields that should be immutable are never changed. For example, every field inClaimableBalanceEntry
should be immutable, so the invariant should check that.The text was updated successfully, but these errors were encountered: