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 =
11
11
///
12
12
/// ## Definition
13
13
///
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
15
15
/// core library components. Specifically, it serves two primary functions:
16
16
///
17
17
/// 1) Recording incremental changes to the in-memory representation that need to be persisted to
@@ -46,7 +46,7 @@ type IndexedTxGraphChangeSet =
46
46
/// at any point thereafter.
47
47
///
48
48
/// 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
50
50
/// state between sessions. These include:
51
51
/// * [`tx_graph`](Self::tx_graph)
52
52
/// * [`indexer`](Self::indexer)
You can’t perform that action at this time.
0 commit comments