File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ type IndexedTxGraphChangeSet =
1111///
1212/// ## Definition
1313///
14- /// The change set is responsible for transmiting data between the persistent storage layer and the
14+ /// The change set is responsible for transmitting data between the persistent storage layer and the
1515/// core library components. Specifically, it serves two primary functions:
1616///
1717/// 1) Recording incremental changes to the in-memory representation that need to be persisted to
@@ -46,7 +46,7 @@ type IndexedTxGraphChangeSet =
4646/// at any point thereafter.
4747///
4848/// Other fields of the change set are not required to be non-empty, that is they may be empty even
49- /// in the aggregate. However in practice they should contain the data needed to recover a wallet
49+ /// in the aggregate. However, in practice they should contain the data needed to recover a wallet
5050/// state between sessions. These include:
5151/// * [`tx_graph`](Self::tx_graph)
5252/// * [`indexer`](Self::indexer)
You can’t perform that action at this time.
0 commit comments