diff --git a/src/neo/Ledger/Blockchain.cs b/src/neo/Ledger/Blockchain.cs index 4a007f157c..8a3ac9c6d4 100644 --- a/src/neo/Ledger/Blockchain.cs +++ b/src/neo/Ledger/Blockchain.cs @@ -69,7 +69,8 @@ public class RelayResult { public IInventory Inventory; public VerifyResult Resu public IStore Store { get; } /// - /// It doesn't need to be disposed because the ISnapshot inside it is null. + /// A readonly view of the blockchain store. + /// Note: It doesn't need to be disposed because the inside it is null. /// public DataCache View => new SnapshotCache(Store); public MemoryPool MemPool { get; }