Skip to content

Commit

Permalink
Update Blockchain.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang committed Jan 28, 2021
1 parent 322a7c2 commit 694871f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/neo/Ledger/Blockchain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ public class RelayResult { public IInventory Inventory; public VerifyResult Resu

public IStore Store { get; }
/// <summary>
/// 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 <see cref="ISnapshot"/> inside it is null.
/// </summary>
public DataCache View => new SnapshotCache(Store);
public MemoryPool MemPool { get; }
Expand Down

0 comments on commit 694871f

Please sign in to comment.