diff --git a/src/bctklib/persistence/StateServiceStore.cs b/src/bctklib/persistence/StateServiceStore.cs index b2845c3..ab1daf2 100644 --- a/src/bctklib/persistence/StateServiceStore.cs +++ b/src/bctklib/persistence/StateServiceStore.cs @@ -101,8 +101,8 @@ public void Dispose() return key[4] switch { Ledger_Prefix_CurrentBlock => GetLedgerCurrentBlock(cachingClient, index), - Ledger_Prefix_BlockHash - or Ledger_Prefix_Block + Ledger_Prefix_BlockHash + or Ledger_Prefix_Block or Ledger_Prefix_Transaction => cachingClient.GetLedgerStorage(key.AsMemory(4)), _ => throw new NotSupportedException() };