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
EmptyMK means that there are no values on the ledger tables, but this can be due to two situations:
There are no values at all, neither in the ledger tables, nor in the ledger state.
There are values on the LedgerState.
The second situation happens when we interact with the ledger layer, which is unaware of ledger tables. We could split these two situations into StowedMK|EmptyMK instead.
The text was updated successfully, but these errors were encountered:
EmptyMK
means that there are no values on the ledger tables, but this can be due to two situations:The second situation happens when we interact with the ledger layer, which is unaware of ledger tables. We could split these two situations into
StowedMK|EmptyMK
instead.The text was updated successfully, but these errors were encountered: