diff --git a/Libplanet.Store/TrieStateStore.cs b/Libplanet.Store/TrieStateStore.cs index d1f4032d4c8..d4ab90fe0a8 100644 --- a/Libplanet.Store/TrieStateStore.cs +++ b/Libplanet.Store/TrieStateStore.cs @@ -33,8 +33,17 @@ public TrieStateStore(IKeyValueStore stateKeyValueStore) public IKeyValueStore StateKeyValueStore { get; } /// + /// /// Copies states under state root hashes of given /// to . + /// + /// + /// Under the hood, this not only copies states directly associated + /// with , but also automatically copies states + /// that are not directly associated with + /// but associated with "subtries" with references stored in s + /// of . + /// /// /// The state root hashes of states to copy. /// The target state store to copy state root hashes.